Merge pull request #1708 from strikaco/reset

Adds '@restart' as alias for '@reset'
This commit is contained in:
Griatch 2018-10-26 20:49:49 +02:00 committed by GitHub
commit 33c014e574

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"