stormbot/README.md

10 lines
218 B
Markdown
Raw Permalink Normal View History

2013-07-16 18:02:01 -04:00
bash-irc-bot
============
2013-07-17 16:16:23 -04:00
A simple, modular IRC bot written in bash
2013-07-23 10:33:40 -04:00
throw "modules" into /modules/module-name/module-name.sh
and they will be loaded up during runtime.
2013-07-17 16:16:23 -04:00
2013-07-23 10:33:40 -04:00
call modules with botname: test arg1 arg2 ....