IRC Bots not connecting
#1

Hello i am making a irc channel in sa-irc but i cant see the bots in the channel here is what i have done

pawn Код:
#define BOT_1_NICKNAME "[TFC]CODBOT1"
#define BOT_1_REALNAME "[TFC]CODBOT1"
#define BOT_1_USERNAME "bot"

#define IRC_SERVER "irc.sa-irc.com"
#define IRC_PORT (80)
#define IRC_CHANNEL "#cod"


#define MAX_BOTS (3)
new gBotID[MAX_BOTS], gGroupID;

this is when i connect him and i added the irc to the gamemode i didnt make a filter script for that
pawn Код:
gBotID[0] = IRC_Connect(IRC_SERVER, IRC_PORT, BOT_1_NICKNAME, BOT_1_REALNAME, BOT_1_USERNAME);
    IRC_SetIntData(gBotID[0], E_IRC_CONNECT_DELAY, 20);
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)