10-04-2014, 08:35 PM
You might want to read all this.
http://tools.ietf.org/html/rfc1459
It describes what messages you should send to an irc server to communicate with it.You don't have to implement all the commands listed, but just so you have them all. Some servers use RFC 2812 instead of 1459. You can find RFC 2812 here:
http://tools.ietf.org/html/rfc2812
you might also want to have a look at the q-bot source:
http://forum.openredstone.org/showthread.php?tid=3043
or maybe this tutorial can help:
http://wiki.shellium.org/w/Writing_an_IRC_bot_in_Python
http://tools.ietf.org/html/rfc1459
It describes what messages you should send to an irc server to communicate with it.You don't have to implement all the commands listed, but just so you have them all. Some servers use RFC 2812 instead of 1459. You can find RFC 2812 here:
http://tools.ietf.org/html/rfc2812
you might also want to have a look at the q-bot source:
http://forum.openredstone.org/showthread.php?tid=3043
or maybe this tutorial can help:
http://wiki.shellium.org/w/Writing_an_IRC_bot_in_Python