12.08.2011, 18:38
i can help you! just do this:
"Me and Blackstones in our server we do this"
this maybe will help you!
"Me and Blackstones in our server we do this"
pawn Код:
//IRC Defines
// 1st Echo Bot
#define BOT_1_NICKNAME "VC1"
#define BOT_1_REALNAME "ViceCity1"
#define BOT_1_USERNAME "VC1"
// 2nd Echo Bot
#define BOT_2_NICKNAME "VC2"
#define BOT_2_REALNAME "ViceCity2"
#define BOT_2_USERNAME "VC2"
//All bots password
#define IRC_BOT_PASSWORD "your password here"
// Admin Echo Bot (3rd)
#define BOT_3_NICKNAME "VC3"
#define BOT_3_REALNAME "ViceCity3"
#define BOT_3_USERNAME "VC3"
//Admin Channel password
#define IRC_ADMINCHANNEL_PASSWORD "your password here"
#define IRC_SERVER "irc.uk.mibbit.net"
#define IRC_PORT (6667)
#define IRC_CHANNEL "#channel"
#define IRC_ADMINCHANNEL "#channel.OPER"