diff options
Diffstat (limited to 'modules')
| -rw-r--r-- | modules/commands.py | 2 |
1 files changed, 1 insertions, 1 deletions
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) |
