#1

hello!
i am using GarIrc
but the irc bots are not connecting.here is the configuration
pawn Код:
//==============================================================================
//                                  Configuration
//==============================================================================
#define COMMAND_TO_CHAT         false // true: You will need to use !say to chat to the server. | false: You can just talk in the echo channel without using !say to chat to the server.
#define SAY_ECHO_CHANNEL_ONLY   true // true: The !say command will only be available in the .echo and .aecho channels. | false: The !say commands will be available in all the channels specified in this script.
#define PNICK_FIX               false // true: GetPlayerName will be called everytime pNick is used (inefficient, but should work if you're having problems with pNick returning blank names). | false: The script will store the player name to a variable upon connect and return that one when pNick is called.
#define PIP_FIX                 false // true: GetPlayerIp will be called everytime GetPlayerIpEx is used (inefficient, but should work if you're having problems with GetPlayerIpEx returning blank IPs). | false: The script will store the player IP to a variable upon connect and return that one when GetPlayerIpEx is called.
#define VOICE_TO_CHAT           true // true: The players will need voice on IRC to send their messages to in-game. | false: The players do not need voice on IRC in order to send their messages to in-game.
#define IRC_SERVER              "irc.mibbit.net" // The IRC server you want to connect to (SA:MP's "official" one (ran by betatesters) is irc.focogaming.com).
#define IRC_PORT                6667 // The IRC port you want to connect to (Standard port is 6667 (or 8067)).
#define IRC_CHANNEL             "#rbirc2" // The main channel (the bots will only idle in here).
#define IRC_ECHO_CHANNEL        "#schat" // The echo channel (the bots will echo chat messages and so on into here).
#define IRC_AECHO_CHANNEL       "#achannel" // The admin echo channel (the bots will echo admin stuff into here like IPs and so on).
#define MAX_BOTS                3 // How many bots should the script try to connect? (Remember: Most IRC servers have a connection limit of 5. Connecting more than that will lead to a ban from the server).
#define BOT_NICKNAME            "Russian" // The username the bots will use followed by 2 square brackets with numbers in it (f.ex. GarIRC[1], GarIRC[2], GarIRC[3], etc.).
#define BOT_REALNAME            "GarIRC" // The "realname" of the IRC bots (will only be visible in a /whois).
#define BOT_USERNAME            "Nepolian" // The name that will be infront of the hostname (username@hostname).
#define BOT_PASSWORD            "asshole" // The password that the IRC bots will use for registering/logging in.
#define BOT_EMAIL               "changeme@******.com" // The e-mail that the IRC bots will use upon registration (and if you ever forget the password for the IRC bots, lol).
#define IRC_CONNECT_DELAY       5 // Time to wait between connecting each bot (in seconds).
#define IRC_CONNECT_ATTEMPTS    5 // How many attempts it will try to connect to the IRC server.
#define IRC_REGISTER_DELAY      30000 // Time to wait before registering each bot (in ms).
Irc plugin is used
please anyone helpme
Reply
#2

help...
Reply
#3

Change Bots Name
And u add correct server ? Name
Reply
#4

it is correct but bots are not connecting
Reply
#5

Post Ur Irc script Here !!!!!! I Will See The Problem
Reply
#6

Do you have register the channels on irc.mibbit.net?
Reply
#7

yes i registered
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)