A simple IRC bot written in bash
Go to file
Storm Dragon bb348f3e9e Tried to make lyrics stop in a sane position, instead of with the first word of a sentence, or in the middle of a sentence, etc. 2017-12-03 10:55:15 -05:00
modules Tried to make lyrics stop in a sane position, instead of with the first word of a sentence, or in the middle of a sentence, etc. 2017-12-03 10:55:15 -05:00
triggers Fixed some weirdness in the link title trigger. 2017-09-11 09:12:15 -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 Some code cleanup, changed channel from an array to a single variable because no matter what I do the bot only connects to one channel. Attempted to get the bot to recognize private messages, but still no luck. 2017-05-07 17:09:44 -04:00
bot.sh Some code cleanup, changed channel from an array to a single variable because no matter what I do the bot only connects to one channel. Attempted to get the bot to recognize private messages, but still no luck. 2017-05-07 17:09:44 -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 ....