Add confirmation question to ban/unban commands, as per #1541

This commit is contained in:
Griatch 2021-10-31 23:10:31 +01:00
parent c2a3c789d3
commit ef9f80cb84

View file

@ -105,6 +105,7 @@ Up requirements to Django 3.2+, Twisted 21+
across Evennia (the old names still work but are deprecated)
- Change `settings.COMMAND_DEFAULT_ARG_REGEX` default from `None` to a regex meaning that
a space or `/` must separate the cmdname and args. This better fits common expectations.
- Add confirmation question to `ban`/`unban` commands.
### Evennia 0.9.5 (2019-2020)