Adds alias to CmdReload. (ref: #1707)

This commit is contained in:
Johnny 2018-10-26 18:31:31 +00:00
parent e01fc751d8
commit 74346ca005

View file

@ -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"