A simple IRC bot written in bash
Go to file
Storm Dragon 221e14a85a Fixed url for yomomma api. 2022-02-22 05:18:14 -05:00
modules Fixed url for yomomma api. 2022-02-22 05:18:14 -05:00
response Customizable exit sayings. 2020-08-21 15:54:40 -04:00
triggers Made now playing a little more responsive. 2020-12-01 20:48:26 -05: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 Better matching for commands. 2021-04-16 15:01:15 -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 ....