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.
|
@reset to purge) and at_reload() hooks will be called.
|
||||||
"""
|
"""
|
||||||
key = "@reload"
|
key = "@reload"
|
||||||
|
aliases = ['@restart']
|
||||||
locks = "cmd:perm(reload) or perm(Developer)"
|
locks = "cmd:perm(reload) or perm(Developer)"
|
||||||
help_category = "System"
|
help_category = "System"
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue