class vars options, split renamed
switch_options, rhs_split
This commit is contained in:
parent
8f2cd86c2e
commit
3083d1c082
1 changed files with 2 additions and 2 deletions
|
|
@ -117,7 +117,7 @@ class CmdNick(COMMAND_DEFAULT_CLASS):
|
|||
|
||||
"""
|
||||
key = "nick"
|
||||
options = ("inputline", "object", "account", "list", "delete", "clearall")
|
||||
switch_options = ("inputline", "object", "account", "list", "delete", "clearall")
|
||||
aliases = ["nickname", "nicks"]
|
||||
locks = "cmd:all()"
|
||||
|
||||
|
|
@ -448,7 +448,7 @@ class CmdGive(COMMAND_DEFAULT_CLASS):
|
|||
placing it in their inventory.
|
||||
"""
|
||||
key = "give"
|
||||
split = " to "
|
||||
rhs_split = " to "
|
||||
locks = "cmd:all()"
|
||||
arg_regex = r"\s|$"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue