Hi! Im a noob with using sockets to connect to IRC.
I have decided to try connecting to my IRC network by opening a socket. I open the socket, connect and auth myself fine.
I decided to open a socket for each room I join. I join the room and can read all room events through the sockread, my only problem so far is that a mIRC channel window does not open.
What am I missing?
The code I am using is very basic. Simply opening the socket, auth on sockopen. Then I manually join the room right now.