diff --git a/contrib/menu_login.py b/contrib/menu_login.py index 5947beb003..66f6daadc3 100644 --- a/contrib/menu_login.py +++ b/contrib/menu_login.py @@ -361,8 +361,9 @@ class CmdUnloggedinLook(Command): to the menu's own look command.. """ key = CMD_LOGINSTART - aliases = ["look", "l"] + aliases = ["look, l"] locks = "cmd:all()" + arg_regex = r"\s.*?|$" def func(self): "Execute the menu"