mirror of
https://github.com/evennia/evennia.git
synced 2026-03-16 21:06:30 +01:00
Enforced text input for the look command in menu_login, as per #605.
This commit is contained in:
parent
73e57422c7
commit
ed52a0c101
1 changed files with 2 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue