From 551ca73f06d9c6df61c0ce2a20fe67644d0cc3ac Mon Sep 17 00:00:00 2001 From: Sean Date: Mon, 10 Mar 2014 01:07:26 -0700 Subject: [PATCH] THE_KGB is now a part of groupchat, remove ^ --- tox-irc-sync.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/tox-irc-sync.py b/tox-irc-sync.py index a4f9687..3fe70c1 100644 --- a/tox-irc-sync.py +++ b/tox-irc-sync.py @@ -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])