stormbot/README.md

14 lines
299 B
Markdown
Raw 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
any .sh script in modules/ will be executed with all arguments when called like so:
botnickname: test optional
will run test.sh with the arguments
$1 = your nick
$2 = from where it came (room/channel)
$3-X the rest of the args