diff --git a/tox-irc-sync.py b/tox-irc-sync.py index ed5273e..222b16a 100644 --- a/tox-irc-sync.py +++ b/tox-irc-sync.py @@ -98,6 +98,7 @@ class SyncBot(Tox): elif self.tox_group_id != None: self.ensure_exe(self.group_message_send, (self.tox_group_id, msg)) + self.sent = msg l = line.rstrip().split() if l[0] == "PING":