23.10.2012, 14:02
I forgot to add those strings into my script (not into FS):
But nothing happen, i get those errors:
Anyways i followed this guide --> https://sampforum.blast.hk/showthread.php?tid=281101
pawn Код:
enum
{
E_IRC_CONNECT_ATTEMPTS,
E_IRC_CONNECT_DELAY,
E_IRC_CONNECT_TIMEOUT,
E_IRC_RECEIVE_TIMEOUT
}
Quote:
[16:17:37] *** IRC_OnConnectAttempt: Bot ID 1 attempting to connect to 178.238.227.157:6667... [16:17:37] *** IRC_OnUserNotice (Bot ID 1): User irc.shaftgaming.net (No hostname) sent notice to AUTH: *** Looking up your hostname... [16:17:37] *** IRC_OnUserNotice (Bot ID 1): User irc.shaftgaming.net (No hostname) sent notice to AUTH: *** Found your hostname (cached) [16:17:47] *** IRC_OnConnectAttempt: Bot ID 2 attempting to connect to 178.238.227.157:6667... [16:17:47] *** IRC_OnUserNotice (Bot ID 2): User irc.shaftgaming.net (No hostname) sent notice to AUTH: *** Looking up your hostname... [16:17:47] *** IRC_OnUserNotice (Bot ID 2): User irc.shaftgaming.net (No hostname) sent notice to AUTH: *** Found your hostname (cached) [16:18:10] *** IRC_OnDisconnect: Bot ID 1 disconnected from 178.238.227.157:6667 (End of file) [16:18:20] *** IRC_OnDisconnect: Bot ID 2 disconnected from 178.238.227.157:6667 (End of file) |