mirror of https://github.com/nealey/firebot
f516b2dd9b
So we can escape the escapee. While we escape. YO DAWG. Signed-off-by: Neale Pickett <neale@woozle.org> |
||
---|---|---|
contrib | ||
COPYING | ||
README | ||
example.py | ||
irc.py |
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.