diff --git a/modules/commands.py b/modules/commands.py index 9c217920..c29ba006 100644 --- a/modules/commands.py +++ b/modules/commands.py @@ -35,7 +35,7 @@ class Out(object): tags = {} if self._msgid: - tags["reply"] = self._msgid + tags["+draft/reply"] = self._msgid self.target.send_message(text, prefix=Utils.FONT_RESET + "[%s] " % self.prefix(), tags=tags)