This commit is contained in:
Sean 2014-03-10 08:07:58 +00:00
commit 29384f2b4c
1 changed files with 0 additions and 3 deletions

View File

@ -110,9 +110,6 @@ class SyncBot(Tox):
self.ensure_exe(self.group_message_send,
(self.tox_group_id, msg))
if content.startswith('^'):
self.handle_command(content)
l = line.rstrip().split()
if l[0] == "PING":
self.irc_send("PONG %s\r\n" % l[1])