mirror of
https://gitlab.com/gpvkt/twitchtts.git
synced 2025-04-06 20:10:07 +02:00
return True if TTS message is valid
This commit is contained in:
parent
a7aceccf4e
commit
caca55c53b
1 changed files with 1 additions and 0 deletions
1
tts.py
1
tts.py
|
@ -362,6 +362,7 @@ class IRC:
|
|||
return False
|
||||
|
||||
self.send_tts_msg(message, tags)
|
||||
return True
|
||||
|
||||
def get_response(self):
|
||||
"""Get and process response from IRC"""
|
||||
|
|
Loading…
Add table
Reference in a new issue