mirror of
https://github.com/evennia/evennia.git
synced 2026-04-02 14:07:16 +02:00
Merge pull request #1708 from strikaco/reset
Adds '@restart' as alias for '@reset'
This commit is contained in:
commit
33c014e574
1 changed files with 1 additions and 0 deletions
|
|
@ -47,6 +47,7 @@ class CmdReload(COMMAND_DEFAULT_CLASS):
|
|||
@reset to purge) and at_reload() hooks will be called.
|
||||
"""
|
||||
key = "@reload"
|
||||
aliases = ['@restart']
|
||||
locks = "cmd:perm(reload) or perm(Developer)"
|
||||
help_category = "System"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue