Minor bug fix.
This commit is contained in:
parent
c2e68b9e40
commit
f9645b665d
1 changed files with 1 additions and 0 deletions
|
@ -98,6 +98,7 @@ class SyncBot(Tox):
|
||||||
elif self.tox_group_id != None:
|
elif self.tox_group_id != None:
|
||||||
self.ensure_exe(self.group_message_send,
|
self.ensure_exe(self.group_message_send,
|
||||||
(self.tox_group_id, msg))
|
(self.tox_group_id, msg))
|
||||||
|
self.sent = msg
|
||||||
|
|
||||||
l = line.rstrip().split()
|
l = line.rstrip().split()
|
||||||
if l[0] == "PING":
|
if l[0] == "PING":
|
||||||
|
|
Loading…
Reference in a new issue