Changed contrib.extended_room's search to use the quiet keyword instead of the old ignore_errors.

This commit is contained in:
Griatch 2014-04-25 16:19:46 +02:00
parent 5d1b74ea17
commit 29961a93f2

View file

@ -258,7 +258,7 @@ class CmdExtendedLook(default_cmds.CmdLook):
caller = self.caller
args = self.args
if args:
looking_at_obj = caller.search(args, use_nicks=True, ignore_errors=True)
looking_at_obj = caller.search(args, use_nicks=True, quiet=True)
if not looking_at_obj:
# no object found. Check if there is a matching
# detail at location.