Changed contrib.extended_room's search to use the quiet keyword instead of the old ignore_errors.
This commit is contained in:
parent
5d1b74ea17
commit
29961a93f2
1 changed files with 1 additions and 1 deletions
|
|
@ -258,7 +258,7 @@ class CmdExtendedLook(default_cmds.CmdLook):
|
||||||
caller = self.caller
|
caller = self.caller
|
||||||
args = self.args
|
args = self.args
|
||||||
if 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:
|
if not looking_at_obj:
|
||||||
# no object found. Check if there is a matching
|
# no object found. Check if there is a matching
|
||||||
# detail at location.
|
# detail at location.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue