A simple IRC bot written in bash
Go to file
Storm Dragon b6f2351a0e Fixed reminders involving tells, added multiple word detection example in keywords. 2016-09-16 22:00:59 -04:00
modules Fixed reminders involving tells, added multiple word detection example in keywords. 2016-09-16 22:00:59 -04:00
triggers Fixed reminders involving tells, added multiple word detection example in keywords. 2016-09-16 22:00:59 -04:00
.gitignore add bot.cfg to gitignore, because I think the defaults are reasonable for the moment, will will force add it if necessary. 2016-09-07 10:16:51 -04:00
README.md fixed small bug updated readme 2013-07-23 15:33:40 +01:00
bot.cfg Fixes for sing.sh 2016-09-09 22:29:41 -04:00
bot.sh Fixed a bug in parsing input with calling the bot by name, also, added convert module that requires the units program. 2016-09-07 10:06:14 -04:00
functions.sh coin module. 2016-09-05 21:44:04 -04:00

README.md

bash-irc-bot

A simple, modular IRC bot written in bash

throw "modules" into /modules/module-name/module-name.sh and they will be loaded up during runtime.

call modules with botname: test arg1 arg2 ....