forked from GitHub/dbot
f8d4896eb6
* May now add property 'access' to commands specifying 'moderator' or 'admin' level access * Add 'moderators' key to config * Convert commands in admin module to use command marshalling listener rather than its own |
||
---|---|---|
.. | ||
command.js | ||
config.json | ||
README.md | ||
strings.json |
Command
Handles the command execution logic for DBot.
Description
- Does the input match a command key in dbot.commands ?
- Is there a quote category which matches the first part of the input (~category)?
- Is there a command name similar to to the first part of the input (~name) in dbot.commands?
This is the only module which is force loaded, even if it’s not specified in the configuration file.