11.10.2012, 07:54
Quote:
yes it come to me also. Have u check the irc channel that the bots r there or not??
|
Код:
/IRC OPTIONS #define USE_IRC true // 1st Echo Bot #define BOT_1_NICKNAME "[BOT]1" #define BOT_1_REALNAME "[BOT]1" #define BOT_1_USERNAME "[BOT]1" // 2nd Echo Bot #define BOT_2_NICKNAME "[BOT]2" #define BOT_2_REALNAME "[BOT]2" #define BOT_2_USERNAME "[BOT]2" //All bots password #define IRC_BOT_PASSWORD "**********" // Admin Echo Bot (3rd) #define BOT_3_NICKNAME "[BOT]3" #define BOT_3_REALNAME "[BOT]3" #define BOT_3_USERNAME "[BOT]3" //Admin Channel password #define IRC_ADMINCHANNEL_PASSWORD "*********" #define IRC_SERVER "Irc.tl" #define IRC_PORT (6667) #define IRC_CHANNEL "#RapisteR" #define IRC_ADMINCHANNEL "#RapisteR" #define MAX_BOTS (3)