Make exit() work in py Cmd, make it more instructive

This commit is contained in:
Griatch 2020-01-18 12:20:36 +01:00
parent db17ece61b
commit bdd5d7f6ca
2 changed files with 23 additions and 8 deletions

View file

@ -41,6 +41,7 @@ without arguments starts a full interactive Python console.
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.
- Made `py` interactive mode support regular quit() and more verbose.
## Evennia 0.9 (2018-2019)