A simple IRC bot written in bash
Go to file
2016-09-07 10:06:14 -04:00
modules 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
triggers Rewrites, it now uses 100% bash instead of sneaking some perl stuff in. Calling the bot by name is broken atm though. 2016-09-06 22:35:15 -04:00
.gitignore coin module. 2016-09-05 21:44:04 -04:00
bot.cfg Rewrites, it now uses 100% bash instead of sneaking some perl stuff in. Calling the bot by name is broken atm though. 2016-09-06 22:35:15 -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 fixed small bug updated readme 2013-07-23 15:33:40 +01:00

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 ....