Releases: archangelic/pinhook
Releases · archangelic/pinhook
Version 1.10.1
Adds user
to Message
object sent to plugins.
Version 1.10.0
Adds new feature to hide commands from help output.
Version 1.9.7
Fix for listeners using non-message events
Version 1.9.6
Small change to allow other events to be processed
Version 1.9.5
Fix issue when using the cli that would cause a stacktrace to appear
Version 1.9.4
fix issue with reloading plugins in some contexts
Version 1.9.3
-
fix TwitchBot to work after changes to Bot
-
bot now ignores all events from itself
Version 1.9.2
Fixes:
- Issue with internal commands being a little too accepting of input that starts with the command prefix
Version 1.9.1
New features
- Message object now includes msg_type
- disable help with argument
- dynamically add and remove ops
Fixes
- join command no longer crashes bot when too many arguments are received
- disabled plugins are no longer reenabled when reloading
Version 1.9.0
New features:
- class based plugins
- dynamic enable/disable of individual commands and listeners
- enhanced help output