dbot/modules/command
reality f8d4896eb6 Moderator + admin access level for commands [#124]
* 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
2013-01-12 09:38:13 +00:00
..
command.js Moderator + admin access level for commands [#124] 2013-01-12 09:38:13 +00:00
config.json add ignores to dbkeys in command so no fail if theres no ignore loaded 2013-01-05 18:53:27 +00:00
README.md add readme files for command and quotes [#75] 2012-12-29 23:05:16 +00:00
strings.json Help links added to config [#89] 2012-12-30 20:30:49 +00:00

Command

Handles the command execution logic for DBot.

Description

  1. Does the input match a command key in dbot.commands ?
  2. Is there a quote category which matches the first part of the input (~category)?
  3. 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 its not specified in the configuration file.