14.10.2014, 15:26
Quote:
#define BOT_PASS "botpassword" //put this somewhere near the top new tmpString[128]; format(tmpString,sizeof(tmpString),"PRIVMSG NickServ :IDENTIFY %s",BOT_PASS); IRC_SendRaw(cmdBot,tmpString); //cmdBot is a variable derived from the return value of IRC_Connect |