MATCH_EXACT seems like to may be a possible breaker. Changed to
authorRick Bird <nveid@bender.theari.com>
Mon, 25 Apr 2011 05:05:45 +0000 (01:05 -0400)
committerRick Bird <nveid@bender.theari.com>
Mon, 25 Apr 2011 05:05:45 +0000 (01:05 -0400)
MATCH_NONE.
IssueID #250

src/match.c

index 51ec65b05f7c4d0add3782f7d29760e7727a9b9a..ed4399c34b94175b4f711e3b3320a27c68874529 100644 (file)
@@ -564,7 +564,7 @@ MATCH_FUNC(match_list)
 MATCH_FUNC(match_exit)
 {
   dbref loc;
-  int mret = MATCH_EXACT; /* FIXME: temporary workaround, see #250 */
+  int mret = MATCH_NONE; /* FIXME: temporary workaround, see #250 */
 
   loc = (IsRoom(who)) ? who : Location(who);
   if (flags & MAT_REMOTES) {