mirror of https://gitlab.com/gpvkt/twitchtts.git
Fixed: Typo
This commit is contained in:
parent
a57608cd97
commit
a7dd23d3f9
2
tts.py
2
tts.py
|
@ -241,8 +241,6 @@ class IRC:
|
||||||
self.sendmsg(conf['IRC_CHANNEL'], "@chat", conf['MESSAGE']['VOTESTART'])
|
self.sendmsg(conf['IRC_CHANNEL'], "@chat", conf['MESSAGE']['VOTESTART'])
|
||||||
return True
|
return True
|
||||||
|
|
||||||
return True
|
|
||||||
|
|
||||||
if msg.startswith('!ptts'):
|
if msg.startswith('!ptts'):
|
||||||
logging.debug("!ptts command detected")
|
logging.debug("!ptts command detected")
|
||||||
user = msg.replace('!ptts', '').strip().lower()
|
user = msg.replace('!ptts', '').strip().lower()
|
||||||
|
|
Loading…
Reference in New Issue