stormbot/modules
2020-08-12 20:08:25 -04:00
..
8ball Imrpoved 8ball module slightly. 2020-07-30 20:47:39 -04:00
advice Merge branch 'master' of https://github.com/stormdragon2976/stormbot 2017-04-04 16:48:57 -08:00
args Updated args module. 2016-09-03 23:27:52 -04:00
bash Try to stop weird symbols from quotes crashing the bot. 2020-08-10 18:24:05 -04:00
botsnack Fixedspacing in the botsnack module. 2020-08-10 21:55:25 -04:00
coin coin module. 2016-09-05 21:44:04 -04:00
convert Fixed a bug in parsing input with calling the bot by name, also, added convert module that requires the units program. 2016-09-07 10:06:14 -04:00
cuss Weather module added. 2016-09-09 14:42:18 -04:00
do coin module. 2016-09-05 21:44:04 -04:00
douchebag upgraded hands free douchebag functionality. 2017-12-11 09:40:52 -05:00
fml New fml module added. 2020-08-12 20:08:25 -04:00
fortune We seem to have a nicely working fortune modlue now. 2016-09-03 20:48:41 -04:00
help First pass at link announcing. 2016-09-04 17:22:05 -04:00
hns Fixed a buggy bug bug. 2016-09-05 10:40:39 -04:00
joke Added error checking to jokes. 2017-05-20 11:10:07 -04:00
pimp moved the pimp.sh to an orig file, for old times sake. 2020-08-11 20:58:05 -04:00
ping made the ping module a bit more interesting. 2016-09-09 09:02:54 -04:00
reminder Fixed reminders involving tells, added multiple word detection example in keywords. 2016-09-16 22:00:59 -04:00
roll fixed a small bug in the regexp. 2020-08-11 19:40:30 -04:00
rps Rock, Paper, Scissors is fixed. 2016-09-03 10:25:55 -04:00
say coin module. 2016-09-05 21:44:04 -04:00
sex Sex for the bot. 2016-09-03 10:35:20 -04:00
sext Make the tits module more offensive and diverse, rename to sext. 2017-04-03 08:16:39 -04:00
sing 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
spin Now add the spinnable part of the text in parens at the end. 2020-08-03 19:09:13 -04:00
weather Improved formatting. 2020-08-10 20:23:56 -04:00
yomomma Yo Momma module added. 2017-04-15 21:19:05 -04:00
README.md Module docs for making it easier to write modules. 2016-09-03 11:31:18 -04:00

When creating modules, remember to source the functions file so all the info it contains will be available. [ -f functions.sh ] && source functions.sh Modules are given two parameters, $1 is the nick of the person who called the module, and $2 is the channel. You need at least $2 when sending a message to a channel, like the following: msg "$2" the rest of your message (quotes are optional, but be careful to escape things if you don't use quotes.)