IRC Bot Framework
Go to file
Neale Pickett 0ceef62a22 Clean this crap up 2014-07-09 13:16:55 -06:00
contrib Clean this crap up 2014-07-09 13:16:55 -06:00
COPYING Added GPLv3 2007-09-13 13:09:21 -06:00
README Clean this crap up 2014-07-09 13:16:55 -06:00
example.py Clean this crap up 2014-07-09 13:16:55 -06:00
irc.py Remove evil tabs 2010-03-16 15:19:50 -06:00

README

IRC Bot Framework
=================

I recommend you check example.py and modify it to your needs.

The irc framework encapsulates all messages with a sender and forum.
For messages to a channel, the forum is the channel, and the sender is
the nickname who sent it.
For private messages, the forum and sender are both the nickname who sent
it.

The idea here is that you can write a bot that responds to the forum,
and it will go to the right place.