I just finished writing the basics to a python irc bot.
So far you can specify on startup what server, port, and channel to join, plus nickname. There is also a !quit and !info command.
Im adding more commands when I get home from school today, does anyone want the source to this bot? It took me about 3 days to fix a stupid problem with data transfers so if you use this it may save you some time.
ID:185991
Sep 13 2005, 5:31 am
|
|
Sep 13 2005, 5:34 am
|
|
It sounds like a neat project to me. I'd like to see the source.
|
In response to PirateHead
|
|
Me too also.
|
In response to Artekia
|
|
Ok, ill post the source when I get home.
|
import sys |