mirror of
https://github.com/reality/dbot.git
synced 2024-11-23 20:39:25 +01:00
428 B
428 B
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.