Issue with irc protocol...

Questions about programming languages and debugging
Post Reply
User avatar
Gogeta70
^_^
^_^
Posts: 3275
Joined: 25 Jun 2005, 16:00
18

Issue with irc protocol...

Post by Gogeta70 »

Ok, i'm in the middle of creating an irc server in php. Why? Because i want to. Anyway, the server starts up fine and accepts the nick, but when you try to join the channel, the irc client (yes, client) doesn't open up a channel window. Does anybody know if there's a certain command i need to send to the client for it to open up a channel window, or is it a problem with the code?

http://code.suck-o.com/69
¯\_(ツ)_/¯ It works on my machine...

User avatar
ayu
Staff
Staff
Posts: 8109
Joined: 27 Aug 2005, 16:00
18
Contact:

Post by ayu »

Well I haven't read through how the IRC protocol works, but have you checked with wireshark on both ends of a real server/client to get any clue? I mean the server must be sending something to the client that tells it to open the window =/
"The best place to hide a tree, is in a forest"

User avatar
Gogeta70
^_^
^_^
Posts: 3275
Joined: 25 Jun 2005, 16:00
18

Post by Gogeta70 »

I'll check it out. Good idea, thanks.
¯\_(ツ)_/¯ It works on my machine...

Post Reply