An extremely modulable IRC bot, built around XML configuration files.
Go to file
2014-05-27 16:05:26 +02:00
datas Module_state done: global datas management 2012-05-30 11:58:27 +02:00
modules Networking module: fix regression on traceurl command 2014-05-05 20:05:58 +02:00
prompt New feature: can now connect to SSL servers (using TLS v1) 2014-05-01 02:34:43 +02:00
tools Tools.web: use urllib instead of custom urlparser 2013-01-24 14:18:24 +01:00
xmlparser Error during save are now skipped and display 2014-05-03 01:25:32 +02:00
.gitignore Update translate module for v3.3 2012-11-04 15:58:42 +01: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 New feature: can now connect to SSL servers (using TLS v1) 2014-05-01 02:34:43 +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 Check channel authorization before accept a message for treatment 2012-11-08 13:24:56 +01: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 New event when connection with server is closed 2012-11-08 13:22:46 +01:00
event.py Fix events (the first event was always skiped) 2012-09-02 19:17:42 +02:00
exception.py New exception: IRCException 2014-04-30 22:19:32 +02:00
hooks.py New exception: IRCException 2014-04-30 22:19:32 +02:00
importer.py New exception: IRCException 2014-04-30 22:19:32 +02:00
IRCServer.py New feature: can now connect to SSL servers (using TLS v1) 2014-05-01 02:34:43 +02:00
message.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
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 Send directly a PONG instead of doing normal treat 2014-05-27 16:05:26 +02: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
README.md Add conf sample, README, licence, AUTHORS 2012-06-28 22:09:59 +02: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

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