diff --git a/commands/everyone.py b/commands/everyone.py index 9b79052..ad4dcb6 100755 --- a/commands/everyone.py +++ b/commands/everyone.py @@ -193,7 +193,8 @@ class CmdSay(MuxCommand): targets = [item for item in self.caller.location.contents if item != self.caller] to_whom = chars_list(self.lhs, verb) if 'to' in self.switches else '' full_speech = f"/Me {adverb}{verb}s{to_whom}, \"{for_others}\"" - send_emote(self.caller, targets, full_speech, msg_type="say", anonymous_add=None, quiet=True) + # logger.info(f"send_emote('{self.caller}', {targets}, '{full_speech}', quiet=True") + send_emote(self.caller, targets, full_speech, msg_type="say", anonymous_add=None)