mirror of https://gitlab.com/gpvkt/twitchtts.git
Fixed: Typo
This commit is contained in:
parent
285e62b43d
commit
76ad9a8751
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