v3.11.1
This is a quick fix for configuration entries for the Webtitle plugin breaking in v3.11.0
.
Also added tentative support for zero-length prefixes (a prefix of ""
). With this set, the bot should only resspond to nickname: command
-type invocations.
- Lowered Fiber stack size back down to 32k in hopes of lowering runtime memory usage under torture-test conditions
- Removed
sedreplace.history
and replaced use of a dynamic array for message history with a static one hardcoded to a size of 8, for the same runtime memory reasons