diff --git a/src/objects/objects.py b/src/objects/objects.py index 5d7be5a349..55a7c05fb3 100644 --- a/src/objects/objects.py +++ b/src/objects/objects.py @@ -326,7 +326,7 @@ class Object(TypeClass): useful for coders intending to implement some sort of nested command structure. """ - return self.dbobj.execute_cmd(raw_string, sessid=sessid) + return self.dbobj.execute_cmd(raw_string, sessid=sessid, **kwargs) def msg(self, text=None, from_obj=None, sessid=None, **kwargs): """