mirror of
https://github.com/evennia/evennia.git
synced 2026-03-16 21:06:30 +01:00
Made a different regex for #605.
This commit is contained in:
parent
ed52a0c101
commit
7a9e738156
1 changed files with 1 additions and 1 deletions
|
|
@ -363,7 +363,7 @@ class CmdUnloggedinLook(Command):
|
|||
key = CMD_LOGINSTART
|
||||
aliases = ["look, l"]
|
||||
locks = "cmd:all()"
|
||||
arg_regex = r"\s.*?|$"
|
||||
arg_regex = r"^$"
|
||||
|
||||
def func(self):
|
||||
"Execute the menu"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue