Add multi-delimiter split to CmdGive
This commit is contained in:
parent
4ad5f01193
commit
64f57da1e4
1 changed files with 1 additions and 1 deletions
|
|
@ -448,7 +448,7 @@ class CmdGive(COMMAND_DEFAULT_CLASS):
|
||||||
placing it in their inventory.
|
placing it in their inventory.
|
||||||
"""
|
"""
|
||||||
key = "give"
|
key = "give"
|
||||||
rhs_split = " to "
|
rhs_split = ("=", " to ") # Prefer = delimiter, but allow " to " usage.
|
||||||
locks = "cmd:all()"
|
locks = "cmd:all()"
|
||||||
arg_regex = r"\s|$"
|
arg_regex = r"\s|$"
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue