diff --git a/src/commands/default/general.py b/src/commands/default/general.py index 0389c4e319..0483aa1802 100644 --- a/src/commands/default/general.py +++ b/src/commands/default/general.py @@ -497,9 +497,10 @@ class CmdPose(MuxCommand): "Hook function" if not self.args: msg = "Do what?" + self.caller.msg(msg) else: msg = "%s%s" % (self.caller.name, self.args) - self.caller.location.msg_contents(msg) + self.caller.location.msg_contents(msg) class CmdEncoding(MuxCommand): """