30.05.2009, 22:35
Replace the lines:
with
then replace
with
In theory, if those are the only two errors; the echo should work.
Код:
// Put the names of your irc bot's here (Note: not every bot can have the same name) #define IRC_ECHO_BOT1 "" #define IRC_ECHO_BOT2 "" #define IRC_ECHO_BOT3 ""
Код:
// Put the names of your irc bot's here (Note: not every bot can have the same name) #define IRC_ECHO_BOT1 "usftdm1" #define IRC_ECHO_BOT2 "usftdm2" #define IRC_ECHO_BOT3 "usftdm3"
Код:
// Uncomment line 39 if you want to use 2 bots, uncomment line 40 if you want to use 3 bots //#define IRC_AMOUNT1 true //#define IRC_AMOUNT2 true //#define IRC_AMOUNT3 true
Код:
// Uncomment line 39 if you want to use 2 bots, uncomment line 40 if you want to use 3 bots //#define IRC_AMOUNT1 true //#define IRC_AMOUNT2 true #define IRC_AMOUNT3 true