Fixed a typo in menu_login contrib

This commit is contained in:
Griatch 2014-10-26 17:59:31 +01:00
parent 12285f9fd2
commit 4e0bbf4827

View file

@ -353,7 +353,7 @@ class CmdUnloggedinLook(Command):
to the menu's own look command.. to the menu's own look command..
""" """
key = CMD_LOGINSTART key = CMD_LOGINSTART
aliases = ["look, l"] aliases = ["look", "l"]
locks = "cmd:all()" locks = "cmd:all()"
arg_regex = r"^$" arg_regex = r"^$"