A simple IRC bot written in bash
Go to file
2020-10-25 19:09:19 +00:00
modules If the nick is changed on command using the nick module, retain the new nick after reconnect or restart 2020-10-25 19:06:24 +00:00
response Customizable exit sayings. 2020-08-21 15:54:40 -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 Allow numbers at the beginning of commands 2020-08-24 09:15:46 -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 ....