mirror of
https://gitlab.com/gpvkt/twitchtts.git
synced 2025-04-06 20:10:07 +02:00
PING is debug info
This commit is contained in:
parent
aae0d3c6a9
commit
7f45e1a4ff
1 changed files with 1 additions and 1 deletions
2
tts.py
2
tts.py
|
@ -61,7 +61,7 @@ class IRC:
|
|||
sys.exit(255)
|
||||
|
||||
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"))
|
||||
|
||||
if resp.find('CLEARMSG') != -1:
|
||||
|
|
Loading…
Add table
Reference in a new issue