[IRC] End of file - 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] End of file (
/showthread.php?tid=289586)
[IRC] End of file -
Biesmen - 12.10.2011
I am not really familair with IRC, I never work with it. However my friend wanted it in his server. So I decided to try to get it work.
But somehow it doesn't work. It tries to connect, but then it disconnects with the reason: End of file.
I am having a channel at freenode.net.
Here is the connection data:
pawn Код:
#define BOT_1_NICKNAME "TEST"
#define BOT_1_REALNAME "ServerEchoTest"
#define BOT_1_USERNAME "ServerEchoTest"
#define IRC_SERVER "chat.freenode.net"
#define IRC_PORT (6667)
#define IRC_CHANNEL "---" // Censored, it is an existing channel.
The logs:
Quote:
*** IRC_OnConnectAttempt: Bot ID 1 attempting to connect to 193.219.128.49:6667...
*** IRC_OnDisconnect: Bot ID 1 disconnected from 193.219.128.49:6667 (End of file)
|
I do not understand the problem since I do not really work with IRC.. I hope you can help me
Re: [IRC] End of file -
Flake. - 12.10.2011
im guessing you have a #endif in there?
Re: [IRC] End of file -
Biesmen - 12.10.2011
Quote:
Originally Posted by (*|Flake|*)
im guessing you have a #endif in there?
|
? No.
Re: [IRC] End of file -
Biesmen - 14.10.2011
Bump.