A simple IRC bot written in bash
Go to file
Storm Dragon 651a7ae6c6 Imrpoved 8ball module slightly. 2020-07-30 20:47:39 -04:00
modules Imrpoved 8ball module slightly. 2020-07-30 20:47:39 -04:00
triggers keywords examples update. 2020-07-23 01:16:57 -04:00
.gitignore add bot.cfg to gitignore, because I think the defaults are reasonable for the moment, will will force add it if necessary. 2016-09-07 10:16:51 -04:00
README.md fixed small bug updated readme 2013-07-23 15:33:40 +01:00
bot.cfg Updated bot.cfg to use a working server. 2020-04-20 17:35:26 -04:00
bot.sh Try to cut down on some of the messages in the bot's output window. 2020-07-23 13:08:16 -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 ....