rlazarus / MUSS

Multi-User Shared Setting, a modern-day reimplementation of the multiuser text game.
8 stars 1 forks source link

Error for ambiguous exit name references commands. #132

Closed relsqui closed 9 years ago

relsqui commented 9 years ago

If I'm in a room with "stepping stones" and "stream," typing "st" yields "I don't know of a command called 'st'." Seems like the find_one call on handler.pl line 111 is (correctly) raising an AmbiguityError but that block isn't catching it.