IRC problem - 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: IRC problem (
/showthread.php?tid=559267)
IRC problem -
kesarthakur - 22.01.2015
[10:25:37] *** IRC_OnConnectAttempt: Bot ID 1 attempting to connect to 83.170.73.249:7000...
[10:25:38] *** IRC_OnDisconnect: Bot ID 1 disconnected from 83.170.73.249:7000 (An existing connection was forcibly closed by the remote host)
[10:25:39] *** IRC_OnConnectAttempt: Bot ID 2 attempting to connect to 83.170.73.249:7000...
[10:25:40] *** IRC_OnDisconnect: Bot ID 2 disconnected from 83.170.73.249:7000 (An existing connection was forcibly closed by the remote host)
[10:25:43] *** IRC_OnConnectAttempt: Bot ID 1 attempting to connect to 83.170.73.249:7000...
[10:25:43] *** IRC_OnDisconnect: Bot ID 1 disconnected from 83.170.73.249:7000 (An existing connection was forcibly closed by the remote host)
[10:25:47] *** IRC_OnConnectAttempt: Bot ID 2 attempting to connect to 83.170.73.249:7000...
[10:25:47] *** IRC_OnDisconnect: Bot ID 2 disconnected from 83.170.73.249:7000 (An existing connection was forcibly closed by the remote host)
getting this errors in my console when i load irc filterscript
Please help me
Re: IRC problem -
semara123 - 22.01.2015
show me the code in IRC fileterscript
Re: IRC problem -
XXCrazyMan707XX - 22.01.2015
83.170.73.249:7000 that should have a port of 6667.
So it would be 83.170.73.249:6667. Tested the connection and I can connect, but only with port 6667.
Re: IRC problem -
JeaSon - 22.01.2015
becoz irc port is 6667
Re: IRC problem -
kesarthakur - 22.01.2015
Ok i think problem solved
Код:
[12:53:28] *** IRC_OnConnectAttempt: Bot ID 1 attempting to connect to 185.30.166.35:6667...
[12:53:28] *** IRC_OnUserNotice (Bot ID 1): User verne.freenode.net (No hostname) sent notice to *: *** Looking up your hostname...
[12:53:28] *** IRC_OnUserNotice (Bot ID 1): User verne.freenode.net (No hostname) sent notice to *: *** Checking Ident
[12:53:28] *** IRC_OnUserNotice (Bot ID 1): User verne.freenode.net (No hostname) sent notice to *: *** No Ident response
[12:53:28] *** IRC_OnUserNotice (Bot ID 1): User verne.freenode.net (No hostname) sent notice to *: *** Couldn't look up your hostname
[12:53:28] *** IRC_OnConnect: Bot ID 1 connected to 185.30.166.35:6667
[12:53:29] Incoming connection: 42.118.167.48:1982
[12:53:30] *** IRC_OnConnectAttempt: Bot ID 2 attempting to connect to 64.32.24.176:6667...
[12:53:30] *** IRC_OnUserNotice (Bot ID 2): User morgan.freenode.net (No hostname) sent notice to *: *** Looking up your hostname...
[12:53:30] *** IRC_OnUserNotice (Bot ID 2): User morgan.freenode.net (No hostname) sent notice to *: *** Checking Ident
[12:53:30] *** IRC_OnUserNotice (Bot ID 2): User morgan.freenode.net (No hostname) sent notice to *: *** No Ident response
[12:53:30] *** IRC_OnUserNotice (Bot ID 2): User morgan.freenode.net (No hostname) sent notice to *: *** Couldn't look up your hostname
[12:53:30] *** IRC_OnConnect: Bot ID 2 connected to 64.32.24.176:6667
and filterscript is running good but got another problem
cant connect to the channel
connection is getting terminated automatically
Please help me
Re: IRC problem -
XXCrazyMan707XX - 22.01.2015
What channel are you trying to get it to join? Also show the channel define in your script, please.