Quote:
Originally Posted by XTM-Gaming
Thanks.......
but what do i put for these?
PHP код:
#define IRC_PORT (6667)
#define IRC_CHANNEL "#channel"
#define IRC_ADMINCHANNEL "#channel.OPER"
and this is what i get in the server.exe
PHP код:
[17:26:29] NPC: Connection from 127.0.0.1 is allowed.
[17:26:34] *** IRC_OnConnect: Bot ID 1 connected!
[17:26:35] *** IRC_OnJoinChannel: Bot ID 1 joined channel #channel!
[17:26:35] *** IRC_OnUserNotice (Bot ID 1): User NickServ (services@irc) sent notice to Name1: Your nick isn't registered.
[17:26:40] *** IRC_OnConnect: Bot ID 2 connected!
[17:26:40] *** IRC_OnUserJoinChannel (Bot ID 1): User Name2 (SFCRRPG@59571B9A.F9A7EB64.EC8D64BD.IP) joined channel #channel!
[17:26:40] *** IRC_OnJoinChannel: Bot ID 2 joined channel #channel!
[17:26:40] *** IRC_OnUserNotice (Bot ID 2): User NickServ (services@irc) sent notice to Name2: Your nick isn't registered.
[17:26:45] *** IRC_OnConnect: Bot ID 3 connected!
[17:26:46] *** IRC_OnJoinChannel: Bot ID 3 joined channel #channel.OPER!
[17:26:46] *** IRC_OnUserNotice (Bot ID 3): User NickServ (services@irc) sent notice to Name3: Your nick isn't registered.
And when i launch the server the server.exe closes.........
Help
|
I believe you need to register the user, else it won't work.