mirror of
https://github.com/evennia/evennia.git
synced 2026-04-03 06:27:17 +02:00
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.
|
||||
"""
|
||||
key = "@quit"
|
||||
aliases = "quit"
|
||||
locks = "cmd:all()"
|
||||
|
||||
def func(self):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue