v0.1.0 OnCommandMsg
Support a new type of message, OnCommandMsg. It allows admins to define custom commands, e.g. "!help", and use them to return messages.
There are 2 fields that must be given to use OnCommandMsg:
- msg is the returned message.
- cmd is the command to trigger the message.