Add CHANNEL_HANDLER_CLASS setting to replace ChannelHandler.

This commit is contained in:
Griatch 2020-01-18 00:14:29 +01:00
parent e09be824ca
commit 5e5f3efc24
3 changed files with 18 additions and 5 deletions

View file

@ -40,6 +40,7 @@ without arguments starts a full interactive Python console.
of texts (such as tables). New `justify` bool. Old `justify_kwargs` remains
but is now only used to pass extra kwargs into the justify function.
- Improve performance of `find` and `objects` commands on large data sets (strikaco)
- New `CHANNEL_HANDLER_CLASS` setting allows for replacing the ChannelHandler entirely.
## Evennia 0.9 (2018-2019)