A simple IRC bot written in bash
Go to file
2013-07-22 08:52:56 -04:00
eliza_bot multiple session 2013-07-20 00:58:07 -04:00
modules multiple session 2013-07-20 00:58:07 -04:00
.bot.cfg multiple session 2013-07-20 00:58:07 -04:00
bot.properties multiple session 2013-07-20 00:58:07 -04:00
bot.sh Merge branch 'master' of https://github.com/Newbrict/bash-irc-bot 2013-07-22 08:52:56 -04: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