2014-07-09 13:16:55 -06:00
|
|
|
IRC Bot Framework
|
|
|
|
=================
|
2007-08-24 10:57:29 -06:00
|
|
|
|
2014-07-09 13:16:55 -06:00
|
|
|
I recommend you check example.py and modify it to your needs.
|
2007-08-24 10:57:29 -06:00
|
|
|
|
2014-07-09 13:16:55 -06:00
|
|
|
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.
|
2007-08-24 10:57:29 -06:00
|
|
|
|
2014-07-09 13:16:55 -06:00
|
|
|
The idea here is that you can write a bot that responds to the forum,
|
|
|
|
and it will go to the right place.
|