A simple IRC bot written in bash
Go to file
2013-07-22 13:52:21 +01:00
modules made it work on mac terms 2013-07-19 17:53:40 +01:00
bot.properties added what I had done 2013-07-16 23:19:17 +01:00
bot.sh fixed off by 1 args bug 2013-07-22 13:52:21 +01:00
README.md updated readme 2013-07-17 21:16:23 +01:00

bash-irc-bot

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