Fixed: Typo

This commit is contained in:
gpkvt 2022-08-12 19:41:50 +02:00
parent 285e62b43d
commit 76ad9a8751
1 changed files with 0 additions and 2 deletions

2
tts.py
View File

@ -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()