0.0.5 (2020-05-22)
Implemented enhancements:
- Added storage system to Plugin API.
- Added requested/provided features check between plugin and platform.
- Added OnCommand() hook from Bot to Plugin which is called when a messages with a previously registered command is received.
- Added !help command which lists all the available commands (including commands from the CustomCommandsPlugin).
- Call-prefix for commands is now customizable via config (default is still '!').
New storage support:
- Storage memory added.
- Storage mongo added.
- Storage sqlite added.
New platforms:
- Twitch Chat: Redseligg now supports Twitch Chat for sending/receiving messages.
New plugins:
- Custom Commands Plugin: Allow mods to add custom commands which will return text.
- Quotes Plugin: Lets users/viewers or mods add quotes and randomly fetch one.
- Timed Messages Plugin: Post messages automatically at a given interval.