class var options renamed switch_options
This commit is contained in:
parent
546927dd74
commit
126960f146
1 changed files with 2 additions and 2 deletions
|
|
@ -467,7 +467,7 @@ class CmdOption(COMMAND_DEFAULT_CLASS):
|
||||||
"""
|
"""
|
||||||
key = "@option"
|
key = "@option"
|
||||||
aliases = "@options"
|
aliases = "@options"
|
||||||
options = ("save", "clear")
|
switch_options = ("save", "clear")
|
||||||
locks = "cmd:all()"
|
locks = "cmd:all()"
|
||||||
|
|
||||||
# this is used by the parent
|
# this is used by the parent
|
||||||
|
|
@ -651,7 +651,7 @@ class CmdQuit(COMMAND_DEFAULT_CLASS):
|
||||||
game. Use the /all switch to disconnect from all sessions.
|
game. Use the /all switch to disconnect from all sessions.
|
||||||
"""
|
"""
|
||||||
key = "@quit"
|
key = "@quit"
|
||||||
options = ("all",)
|
switch_options = ("all",)
|
||||||
locks = "cmd:all()"
|
locks = "cmd:all()"
|
||||||
|
|
||||||
# this is used by the parent
|
# this is used by the parent
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue