15.08.2012, 09:11
pawn Код:
// Setup settings here
#define IRC_SERVER "irc.foco.co" // IRC Server (e.g irc.gtanet.com)
#define IRC_PORT 6667 // Set the IRC port (default 6667)
// 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
// Put the names of your irc bot's here (Note: not every bot can have the same name)
#define IRC_ECHO_BOT1 "jhjhBot"
#define IRC_ECHO_BOT2 "hhBot"
#define IRC_ECHO_BOT3 "hiiiBot"
// #channel is the channel you want to echo in game chat in, change it.
#define IRC_ECHO_CHAN "#Julius95"
// If your bot names are registered put a password here to identify them with
#define IRC_PASSWORD "password"
// Set the IRC join delay (1000 = 1 second), set to 0 if you dont want to use it
// (IF bot has a vHost then set this to 5000 ELSE it wont show the vHost on channel join)
#define IRC_JOIN_DELAY 0
// PRETTY SELF EXPLANARY
#define IRC_QUIT_MSG "Your Custom Quit Message Here :)"
#define IRC_AUTH_MSG "Your custom your not authorized message here :)"
#define IRC_INTI_MSG1 "Your custom initialize message here :)"
#define IRC_INTI_MSG2 "Your custom initialize message here :)"
#define IRC_INTI_MSG3 "Your custom initialize message here :)"