A simple IRC bot written in bash
Go to file
2020-08-19 20:23:59 -04:00
modules forgot to push some module changes. They seem to be working though, so may as well do it now. 2020-08-19 19:44:03 -04:00
response updated module handling. Now you can put custom error messages one perline in response/error.txt 2020-08-12 20:47:32 -04:00
triggers Updated real men to real men of genius lol all hail Bud Lite 2020-08-14 21:39:51 -04:00
.gitignore the bot can now exit gracefully. 2020-08-17 21:20:12 -04:00
bot.cfg Added ignoreList for things that should be ignore for bot triggers. 2020-08-14 21:17:43 -04:00
bot.sh Fixed a bug where you could call the bot by putting :${botCaller}command in the middle or end of the text and it would work. Commands only fire now if the caller is used at the beginning of the line. 2020-08-19 20:23:59 -04:00
functions.sh A bit more code cleanup. 2020-08-18 21:02:12 -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 ....