dbot/modules/command
2012-12-29 23:05:16 +00:00
..
command.js Add a debug mode that shows the error and the top of the stack trace in the case of an error if activated. 2012-12-23 02:25:58 +00:00
README.md add readme files for command and quotes [#75] 2012-12-29 23:05:16 +00:00
strings.json moved strings for command 2012-12-11 16:26:29 +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.