My irc bots banned?? - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: My irc bots banned?? (
/showthread.php?tid=584258)
My irc bots banned?? -
karemmahmed22 - 03.08.2015
those bots was working before idk what happend
it keep says in logs
Quote:
[08:55:01] *** IRC_OnConnectAttempt: Bot ID 1 attempting to connect to 37.59.63.55:6667...
[08:55:01] *** IRC_OnConnectAttempt: Bot ID 3 attempting to connect to 167.114.118.121:6667...
[08:55:01] *** IRC_OnUserNotice (Bot ID 3): User exnet.ca.irc.tl (No hostname) sent notice to 246AQEOZO: *** You're banned! Visit www.irc.tl for further guidelines.
[08:55:01] *** IRC_OnDisconnect: Bot ID 3 disconnected from 167.114.118.121:6667 (End of file)
[08:55:01] *** IRC_OnUserNotice (Bot ID 1): User exnet.fr.irc.tl (No hostname) sent notice to 902ANGNF5: *** You're banned! Visit www.irc.tl for further guidelines.
[08:55:01] *** IRC_OnDisconnect: Bot ID 1 disconnected from 37.59.63.55:6667 (End of file)
[08:55:11] *** IRC_OnConnectAttempt: Bot ID 2 attempting to connect to 107.181.167.8:6667...
[08:55:11] *** IRC_OnUserNotice (Bot ID 2): User exnet.us.irc.tl (No hostname) sent notice to 682AC2CDG: *** You're banned! Visit www.irc.tl for further guidelines.
[08:55:11] *** IRC_OnDisconnect: Bot ID 2 disconnected from 107.181.167.8:6667 (End of file)
|
IDK WHAT THE HELL IS THAT :/
Re: My irc bots banned?? -
Vince - 03.08.2015
And what do you expect us to do? Magically unban you?
Re: My irc bots banned?? -
karemmahmed22 - 03.08.2015
Nah, i expect help for what i do?
Re: My irc bots banned?? -
ikkentim - 03.08.2015
Well, go ahead and unban him yourself. If you can't, go ask mods of the server. It they won't its your problem.
Re: My irc bots banned?? -
karemmahmed22 - 03.08.2015
How can i unban him? he's not in my ban list
Re: My irc bots banned?? -
Vince - 03.08.2015
Quote:
Originally Posted by ikkentim
Well, go ahead and unban him yourself. If you can't, go ask mods of the server. It they won't its your problem.
|
They're clearly banned from the entire network. Only an IRC Op can remove network bans.
Re: My irc bots banned?? -
karemmahmed22 - 03.08.2015
I talked with Op he unbanned me but after 2-3 mins he banned me again with reason * IHatePerolete (IHatePerole@ip-fc6069c5.ultra-h.com) Quit (Z-Lined: - please read this thread and fix your bots
https://sampforum.blast.hk/showthread.php?tid=552081)
* IlovePerolete (ILovePerole@ip-fc6069c5.ultra-h.com) Quit (Z-Lined: - please read this thread and fix your bots
https://sampforum.blast.hk/showthread.php?tid=552081)
* LFBot (bot@ip-fc6069c5.ultra-h.com) Quit (Z-Lined: - please read this thread and fix your bots
https://sampforum.blast.hk/showthread.php?tid=552081)
I already did this thing
heres my OnDisconnect
public IRC_OnDisconnect(botid, ip[], port, reason[])
{
printf("*** IRC_OnDisconnect: Bot ID %d disconnected from %s:%d (%s)", botid, ip, port, reason);
// Remove the bot from the group
IRC_RemoveFromGroup(groupID, botid);
return 1;
}