From f09bfdf1d67ff25413ffc15e6b772d2007703435 Mon Sep 17 00:00:00 2001 From: ploosh Date: Sat, 17 Mar 2012 03:22:52 -0400 Subject: [PATCH] Fixed pose command to echo in room only if a pose is actually struck --- src/commands/default/general.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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): """