Made a different regex for #605.

This commit is contained in:
Griatch 2014-10-22 21:08:07 +02:00
parent ed52a0c101
commit 7a9e738156

View file

@ -363,7 +363,7 @@ class CmdUnloggedinLook(Command):
key = CMD_LOGINSTART key = CMD_LOGINSTART
aliases = ["look, l"] aliases = ["look, l"]
locks = "cmd:all()" locks = "cmd:all()"
arg_regex = r"\s.*?|$" arg_regex = r"^$"
def func(self): def func(self):
"Execute the menu" "Execute the menu"