THE_KGB is now a part of groupchat, remove ^
This commit is contained in:
parent
93a1f5ae7d
commit
551ca73f06
@ -110,9 +110,6 @@ class SyncBot(Tox):
|
|||||||
self.ensure_exe(self.group_message_send,
|
self.ensure_exe(self.group_message_send,
|
||||||
(self.tox_group_id, msg))
|
(self.tox_group_id, msg))
|
||||||
|
|
||||||
if content.startswith('^'):
|
|
||||||
self.handle_command(content)
|
|
||||||
|
|
||||||
l = line.rstrip().split()
|
l = line.rstrip().split()
|
||||||
if l[0] == "PING":
|
if l[0] == "PING":
|
||||||
self.irc_send("PONG %s\r\n" % l[1])
|
self.irc_send("PONG %s\r\n" % l[1])
|
||||||
|
Loading…
Reference in New Issue
Block a user