1
0
Fork 0
An extremely modulable IRC bot, built around XML configuration files.
Go to file
nemunaire e4b7f264b6 Add wiki as submodule 2014-04-08 15:44:29 +02:00
datas Module_state done: global datas management 2012-05-30 11:58:27 +02:00
modules Alias module: handle special variable like $1, $2, ... 2014-03-03 20:26:34 +01:00
prompt Add a debug builtin that enable debug mode for a module 2012-08-16 04:54:34 +02:00
tools Tools.web: use urllib instead of custom urlparser 2013-01-24 14:18:24 +01:00
wiki@a336243d00 Add wiki as submodule 2014-04-08 15:44:29 +02:00
xmlparser In XMLparser, getBool, getInt and getDate use the content if no name is given 2013-01-03 18:15:50 +01:00
.gitignore Update translate module for v3.3 2012-11-04 15:58:42 +01:00
.gitmodules Add wiki as submodule 2014-04-08 15:44:29 +02:00
AUTHORS Add conf sample, README, licence, AUTHORS 2012-06-28 22:09:59 +02:00
COPYING Introduce nemubot v3.2 2012-08-14 05:51:55 +02:00
DCC.py New event when connection with server is closed 2012-11-08 13:22:46 +01:00
IRCServer.py Refactoring messages 2014-03-13 21:28:12 +01:00
README.md Add conf sample, README, licence, AUTHORS 2012-06-28 22:09:59 +02:00
bot.py Issue #12: Remove registered events at unload 2012-12-31 20:17:58 +01:00
bot_sample.xml Mistake in sample file 2012-07-23 12:21:19 +02:00
channel.py Add new hook that treat all messages, not only PRIVMSG ; can respond with a response.Hook to create a hook 2012-11-04 04:35:40 +01:00
consumer.py Refactoring messages 2014-03-13 21:28:12 +01:00
credits.py Remove ban support from message, separate credits into another file 2012-06-16 22:48:43 +02:00
event.py Fix events (the first event was always skiped) 2012-09-02 19:17:42 +02:00
hooks.py Fix conditions to validate a hook 2013-01-01 16:13:58 +01:00
importer.py Fix del_event alias in module and display a warning when trying to send a message to a unknown server 2012-12-21 11:05:43 +01:00
message.py Refactoring messages 2014-03-13 21:28:12 +01:00
nemubot.py Introducing a new nemubot architecture for servers and messages treatment: messages have no more context or server 2012-11-02 12:10:37 +01:00
nemuspeak.py Update nemuspeak to V3.3 2012-11-05 11:59:40 +01:00
networkbot.py Improve bots network: when two connected bots are on the same channel, only one answers to the user 2012-11-08 14:54:05 +01:00
response.py Fix backtrace display error when giving a bad sender to Response 2012-12-31 20:15:48 +01:00
server.py Remove useless import 2014-03-03 20:23:17 +01:00
speak_sample.xml New version of nemuspeak with class and xml configuration file 2012-02-21 00:41:36 +01:00

README.md

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