IRC Bot Framework
Go to file
William Vu f516b2dd9b Fix procbot.esc() by escaping the escaper
So we can escape the escapee. While we escape. YO DAWG.

Signed-off-by: Neale Pickett <neale@woozle.org>
2015-04-18 00:57:00 +00:00
contrib Fix procbot.esc() by escaping the escaper 2015-04-18 00:57:00 +00: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 tabs to spaces 2014-07-09 13:18:03 -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.