mirror of https://gitlab.com/gpvkt/twitchtts.git
PING is debug info
This commit is contained in:
parent
5aa13fb815
commit
43d3712813
2
tts.py
2
tts.py
|
@ -61,7 +61,7 @@ class IRC:
|
||||||
sys.exit(255)
|
sys.exit(255)
|
||||||
|
|
||||||
if resp.find('PING') != -1:
|
if resp.find('PING') != -1:
|
||||||
logging.info('PING received')
|
logging.debug('PING received')
|
||||||
self.irc.send(bytes('PONG :tmi.twitch.tv\r\n', "UTF-8"))
|
self.irc.send(bytes('PONG :tmi.twitch.tv\r\n', "UTF-8"))
|
||||||
|
|
||||||
if resp.find('CLEARMSG') != -1:
|
if resp.find('CLEARMSG') != -1:
|
||||||
|
|
Loading…
Reference in New Issue