02.01.2010, 16:44
I did something wrong, the players have to put @ pra to appear on IRC, has something to aver that mode
game mod has chat using the gang using !, and has chat admin, will appear in esass IRC chat conversations?
something wrong?
pawn Код:
#define IrcServer "irc.mibbit.net" // IRC server.
#define IrcPort 6667 // IRC port.
#define EchoChan "#TerraDM" // The channel where will go out.
#define AdminChan "@" // If there is a channel, everything private will be seen there is. (Optional)
#define AdminPass ""
#define BotPass "" // The password for nickserv. (Optional)
#define ChanPass "" // The password for chanserv. (Optional)
#define BotRealName "" // Optional
#define BotUserName "" // Optional
#define Mode "-" // +v / +h / +o / +a / +q / - (off)
#define IrcToServer "all" // admin (rcon) / all / off
game mod has chat using the gang using !, and has chat admin, will appear in esass IRC chat conversations?
something wrong?