A simple IRC bot written in bash
Go to file
Storm Dragon d9b180deb3 coin module. 2016-09-05 21:44:04 -04:00
modules coin module. 2016-09-05 21:44:04 -04:00
triggers commands work even with extra spaces at the beginning. 2016-09-04 20:51:49 -04:00
.gitignore coin module. 2016-09-05 21:44:04 -04:00
README.md fixed small bug updated readme 2013-07-23 15:33:40 +01:00
bot.properties Tried to handle quitting gracefully, but not working so far. 2016-09-05 13:54:42 -04:00
bot.sh coin module. 2016-09-05 21:44:04 -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 ....