This module greets users with a preset message when they speak within X seconds of joining a channel in the whitelist, or when someone uses the greet
command
TODO
- Fix nick tracking (joining, changing nick, then speaking within timeout does not trigger greeting)
This module retrieves steamstat.us info and presents it nicely
TODO
- Add cache, with configurable TTL
A very simple FAQ module
TODO
- Per 708b4c5, determine another way of loading the questions/answers while still allowing the admin to update the data
So far, this module simply serves to add a say
alias to the msg
command from the admin
module. All commands from admin
are loaded through here, so do not load it as well.
(If we don't import *
from the admin
module, commands that are modified in this module will be executed twice.)
TODO
- Find cleaner way of importing from
admin
- Allow calling commands without PRIVMSG