mirror of
https://github.com/evennia/evennia.git
synced 2026-03-26 01:36:32 +01:00
Adds alias to CmdReload. (ref: #1707)
This commit is contained in:
parent
e01fc751d8
commit
74346ca005
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