Added alias to quit command, for consistency.
This commit is contained in:
parent
ba3bd91851
commit
43a597efba
1 changed files with 1 additions and 0 deletions
|
|
@ -513,6 +513,7 @@ class CmdQuit(MuxPlayerCommand):
|
||||||
game. Use the /all switch to disconnect from all sessions.
|
game. Use the /all switch to disconnect from all sessions.
|
||||||
"""
|
"""
|
||||||
key = "@quit"
|
key = "@quit"
|
||||||
|
aliases = "quit"
|
||||||
locks = "cmd:all()"
|
locks = "cmd:all()"
|
||||||
|
|
||||||
def func(self):
|
def func(self):
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue