From 6e461589463ad51c670f460fd808ecb350de496a Mon Sep 17 00:00:00 2001 From: Griatch Date: Wed, 12 Dec 2012 23:21:22 +0100 Subject: [PATCH] Fixed an arg_regex in the examine command - it was disabling switches --- src/commands/default/building.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/commands/default/building.py b/src/commands/default/building.py index 65ec1223d3..c2bc798412 100644 --- a/src/commands/default/building.py +++ b/src/commands/default/building.py @@ -1556,7 +1556,7 @@ class CmdExamine(ObjManipCommand): aliases = ["@ex","ex", "exam", "examine"] locks = "cmd:perm(examine) or perm(Builders)" help_category = "Building" - arg_regex = r"\s.*?|$" + arg_regex = r"(/\w+?(\s|$))|\s|$" player_mode = False