CLI Module
From Botnix
Overview
The CLI module allows you issue commands to the bot in private message or on channel.
Configuration
allowcommands "message,channel"
To specify where you can issue commands, put either or both of message and channel into the paremeter as shown below. Use the mnemonic 'message' to allow commands in private message, and 'channel' to allow commands on channels. Please note that other mnemonics may be added to this instruction in the future as more methods of issuing commands to the bot become available.
NB: If you specify the 'channel' option here, the default is to reply to the channel with a public channel notice. If you'd rather the bot reply in person to you EVEN WHEN IT IS COMMANDED ON CHANNEL, then use the token channelprivate instead of channel. You may not use both channel and channelprivate at the same time.
nocommands
The nocommands token, if specified within a channel block. will disallow commands being issued in the channel, even if the global settings enable on-channel commands (see the allowcommands directive).
Commands
This module implements no commands of its own, however it provides access to the command interface where any and all Commands may be issued.

