A simple IRC bot written in bash
Go to file
Storm Dragon d448ba2cf7 A bit more code cleanup. 2020-08-18 21:02:12 -04:00
modules Updated the nick module slightly. 2020-08-18 10:16:06 -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
README.md fixed small bug updated readme 2013-07-23 15:33:40 +01:00
bot.cfg Added ignoreList for things that should be ignore for bot triggers. 2020-08-14 21:17:43 -04:00
bot.sh More code cleanup on the main bot and its supporting functions. 2020-08-18 19:40:26 -04:00
functions.sh A bit more code cleanup. 2020-08-18 21:02:12 -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 ....