Change settings.COMMAND_ARG_REGEX default to require a space or '/' between cmdname and argument. This better matches common expectations. Resolves #1541.

This commit is contained in:
Griatch 2021-10-31 23:08:33 +01:00
parent 36e985557f
commit c2a3c789d3
6 changed files with 35 additions and 12 deletions

View file

@ -103,6 +103,8 @@ Up requirements to Django 3.2+, Twisted 21+
`SERVER_HOSTNAME` setting for use in the server:port stanza.
- Changed all `at_before/after_*` hooks to `at_pre/post_*` for consistency
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.
### Evennia 0.9.5 (2019-2020)