An extremely modulable IRC bot, built around XML configuration files.
Go to file
nemunaire 3bc53bb4ef Introducing new hooks manager
Currently, the manager use a naive implementation, this is
	mainly for architectural testing purpose.
2014-09-01 19:21:54 +02:00
datas Module_state done: global datas management 2012-05-30 11:58:27 +02:00
modules Introducing new hooks manager 2014-09-01 19:21:54 +02:00
prompt (wip) use select instead of a thread by server. Currently read and write seems to work properly, we lost some code (like more, next, ...) that never should be in server part 2014-08-30 20:20:47 +02:00
server Introducing new hooks manager 2014-09-01 19:21:54 +02:00
tools Move countdown to a separate module in tools 2014-08-29 17:13:28 +02:00
xmlparser Improve logging system 2014-08-27 07:57:00 +02:00
.gitignore Use a logger 2014-08-14 12:50:19 +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 Centralize configuration: there is no more XML files for module, juste one bot configuration file, also containing module configuration; fixes #56 2014-08-28 12:29:58 +02:00
bot.py Introducing new hooks manager 2014-09-01 19:21:54 +02:00
channel.py (wip) reworking of the Message class; backported from v4 2014-08-29 17:12:12 +02:00
consumer.py Introducing new hooks manager 2014-09-01 19:21:54 +02:00
COPYING Introduce nemubot v3.2 2012-08-14 05:51:55 +02:00
event.py Fix events (the first event was always skiped) 2012-09-02 19:17:42 +02:00
exception.py (wip) reworking of the Message class; backported from v4 2014-08-29 17:12:12 +02:00
hooks.py Introducing new hooks manager 2014-09-01 19:21:54 +02:00
hooksmanager.py Introducing new hooks manager 2014-09-01 19:21:54 +02:00
importer.py Introducing new hooks manager 2014-09-01 19:21:54 +02:00
message.py Introducing new hooks manager 2014-09-01 19:21:54 +02:00
nemubot.py Server disconnection works properly 2014-08-31 11:07:23 +02:00
nemuspeak.py Prepare server to incoming split 2014-08-13 17:11:33 +02:00
networkbot.py Prepare server to incoming split 2014-08-13 17:11:33 +02:00
README.md Add conf sample, README, licence, AUTHORS 2012-06-28 22:09:59 +02:00
response.py Introducing new hooks manager 2014-09-01 19:21:54 +02:00
speak_sample.xml Refresh sample configuration files 2014-07-09 15:27:50 +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