Hay gais, i was just wondering if its possible to make a IRC bot with python. like do you need to do some complicated module shit? or whats up wit dat?
Name:
Anonymous2008-09-27 13:09
>do you need to do some complicated module shit?
You mean like use modules? Yes, but its not complicated.
You mean like separate your code into modules? You don't have to, but is probably good practice if your project gets large enough. It is still not very complicated.
It is very possible, grab yourself the docs for asynchat and the IRC RFCs and go to town.