12.10.2011, 07:47
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:
The logs:
I do not understand the problem since I do not really work with IRC.. I hope you can help me
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.
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) |