From 76ad9a87517baefb471d11ed1f73b18e25abbeea Mon Sep 17 00:00:00 2001 From: gpkvt Date: Fri, 12 Aug 2022 19:41:50 +0200 Subject: [PATCH] Fixed: Typo --- tts.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/tts.py b/tts.py index 57a6c36..9713644 100644 --- a/tts.py +++ b/tts.py @@ -241,8 +241,6 @@ class IRC: self.sendmsg(conf['IRC_CHANNEL'], "@chat", conf['MESSAGE']['VOTESTART']) return True - return True - if msg.startswith('!ptts'): logging.debug("!ptts command detected") user = msg.replace('!ptts', '').strip().lower()