A simple IRC bot written in bash
Go to file
Storm Dragon 9cdb9b4f6e First attempt at replacing the now offline pimp translator. It's not as good as the original yet though. 2020-08-14 13:48:54 -04:00
modules First attempt at replacing the now offline pimp translator. It's not as good as the original yet though. 2020-08-14 13:48:54 -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 Forgot to change it back from debug. 2020-08-10 18:53:13 -04:00
.gitignore Updated the .gitignore. 2020-08-12 20:49:25 -04:00
README.md fixed small bug updated readme 2013-07-23 15:33:40 +01:00
bot.cfg Updated bot.cfg with new configuration. 2020-08-14 09:32:15 -04:00
bot.sh More code cleanup, including removing lines of code that as far as I can tell did absolutely nothing. Watch for breakage. 2020-08-13 21:00:57 -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 ....