From a7de87b42d582d37e4c87cb34fb0bfccd3815458 Mon Sep 17 00:00:00 2001 From: Griatch Date: Fri, 4 Jan 2019 12:56:43 +0100 Subject: [PATCH] Clarifying use_dbref docstring --- evennia/objects/objects.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/evennia/objects/objects.py b/evennia/objects/objects.py index 27d8147999..5a4282a49d 100644 --- a/evennia/objects/objects.py +++ b/evennia/objects/objects.py @@ -388,8 +388,8 @@ class DefaultObject(with_metaclass(TypeclassBase, ObjectDB)): nofound_string (str): optional custom string for not-found error message. multimatch_string (str): optional custom string for multimatch error header. use_dbref (bool or None, optional): if True/False, active/deactivate the use of - #dbref as valid global search arguments. If None, check against a permission - ('Builder' by default). + #dbref as valid global search arguments. If None (default), activate this ability + only if `self` has the permission 'Builder'. Returns: match (Object, None or list): will return an Object/None if `quiet=False`,