An extremely modulable IRC bot, built around XML configuration files.
Go to file
2012-10-15 02:45:04 +02:00
datas
modules New global function: add_hook: add a hook in the current context directly associated to the current module 2012-10-15 02:20:01 +02:00
prompt Add a debug builtin that enable debug mode for a module 2012-08-16 04:54:34 +02:00
xmlparser In DATAS, attribute stated by _ are ignored 2012-09-02 19:17:42 +02:00
.gitignore Add .gitignore file 2012-07-03 04:23:07 +02:00
.gitmodules Fixed wrong submodule 2012-09-02 16:41:19 +02:00
AUTHORS Add conf sample, README, licence, AUTHORS 2012-06-28 22:09:59 +02:00
bot_sample.xml Mistake in sample file 2012-07-23 12:21:19 +02:00
bot.py Messages queue is now use to execute events 2012-10-04 13:36:25 +02:00
channel.py Add a method to change a channel topic 2012-07-23 19:20:46 +02:00
consumer.py Modules can return list of Responses 2012-10-15 01:52:07 +02:00
COPYING Introduce nemubot v3.2 2012-08-14 05:51:55 +02:00
credits.py Remove ban support from message, separate credits into another file 2012-06-16 22:48:43 +02:00
DCC.py Properly disconnect DCC connexion when any part leave 2012-10-15 01:15:07 +02:00
event.py Fix events (the first event was always skiped) 2012-09-02 19:17:42 +02:00
hooks.py Properly disconnect DCC connexion when any part leave 2012-10-15 01:15:07 +02:00
importer.py New global function: add_hook: add a hook in the current context directly associated to the current module 2012-10-15 02:20:01 +02:00
message.py Fix !help 2012-09-02 19:17:43 +02:00
nemubot.py Use a queue to treat incoming messages instead of using server thread to answer 2012-08-23 18:20:45 +02:00
nemuspeak.py Fix nemuspeak to use new message API 2012-08-28 12:35:06 +02:00
networkbot.py Properly disconnect DCC connexion when any part leave 2012-10-15 01:15:07 +02:00
README.md Add conf sample, README, licence, AUTHORS 2012-06-28 22:09:59 +02:00
response.py In a response, can built 2 messages from one list 2012-09-02 19:17:43 +02:00
server.py New configuration attribute: allowall: all receive message are treated 2012-10-04 13:38:50 +02:00
speak_sample.xml
wrapper.py Convert wrapper to V3.2 2012-08-23 03:17:23 +02:00

nemubot

An extremely modulable IRC bot, built around XML configuration files!

Documentation

Have a look to the wiki at https://github.com/nemunaire/nemubot/wiki