2020-08-12 22:05:09 -04:00
..
2020-07-30 20:47:39 -04:00
2016-09-03 23:27:52 -04:00
2020-08-12 21:27:56 -04:00
2020-08-12 22:05:09 -04:00
2016-09-09 14:42:18 -04:00
2016-09-05 21:44:04 -04:00
2020-08-12 20:08:25 -04:00
2016-09-04 17:22:05 -04:00
2016-09-05 10:40:39 -04:00
2017-05-20 11:10:07 -04:00
2020-08-11 19:40:30 -04:00
2016-09-03 10:25:55 -04:00
2016-09-05 21:44:04 -04:00
2016-09-03 10:35:20 -04:00
2020-08-12 21:23:50 -04:00
2020-08-10 20:23:56 -04:00
2017-04-15 21:19:05 -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.)