Add move/move_here lock check to tel` command. Resolve #1579

This commit is contained in:
Griatch 2021-10-31 23:41:06 +01:00
parent ef9f80cb84
commit fc3bf04fd8
2 changed files with 19 additions and 1 deletions

View file

@ -106,6 +106,8 @@ Up requirements to Django 3.2+, Twisted 21+
- 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.
- Add `move` and `move_here` to `tel` command to optionally allow to limit
teleportation of an object or to a specific destination.
### Evennia 0.9.5 (2019-2020)