Posts: 1,349
Threads: 194
Joined: Jan 2014
Reputation:
0
Works great, just tested it on 0.3.7.
Posts: 2,938
Threads: 162
Joined: May 2010
02.10.2015, 18:59
(
Last edited by Kar; 02/11/2015 at 05:29 AM.
)
I have a minor issue. My first bot disconnects after awhile for the reason 'ping timeout (121 seconds)' right. When it disconnects, the other bots stop responding. They send messages to the server but they stop handling commands.
pawn Code:
connectIRCBot(ircIndex)
{
gBotID[ircIndex] = IRC_Connect(IRC_SERVER, IRC_PORT, gBotNames[ircIndex], gBotNames[ircIndex], gBotNames[ircIndex]);
IRC_SetIntData(gBotID[ircIndex], E_IRC_CONNECT_DELAY, ircIndex + 1);
IRC_SetIntData(gBotID[ircIndex], E_IRC_CONNECT_ATTEMPTS, 5);
IRC_SetIntData(gBotID[ircIndex], E_IRC_CONNECT_TIMEOUT, 10); // bots disconnect if timed out fast x seconds
//IRC_SetIntData(gBotID[ircIndex], E_IRC_RECEIVE_TIMEOUT, 3600 * 24); // bots disconnect is nothing is sent in x seconds
IRC_SetIntData(gBotID[ircIndex], E_IRC_RESPAWN, true);
}
Posts: 118
Threads: 7
Joined: Feb 2009
Reputation:
0
I think there is a bug with IRC_OnUserNickChange.
It's not getting called anymore, since irc.tl has changed to InspIRCd I think. Is anyone else there having the same problem?
Posts: 171
Threads: 13
Joined: Dec 2015
Good job,this pretty much
Posts: 502
Threads: 57
Joined: Nov 2015
Reputation:
0
Whats Mean SSL And Non-SSL ? Anyone Can help ?
Posts: 502
Threads: 57
Joined: Nov 2015
Reputation:
0
But I Have a New Problem ! Why if I Use /say in Website the Player In game Can't See my Chat ?
Posts: 455
Threads: 83
Joined: Nov 2009
Reputation:
0
Latest version Non-SSL last updated 16 days ago.
Windows server 2012 R2 Latest samp server version too.
Posts: 20
Threads: 9
Joined: Jan 2016
Reputation:
0
hello there i am using irc plugin by Incognito i have done the irc setup properly there is no compile errors or anything
but when i start the server i dont see any logs of irc not even IRC_OnConnect or anything tried with the lastest version but still its not working.If anyone had same problem please tell how can i fix it