diff --git a/tts.exe b/tts.exe index 773e0dc..f86d878 100644 Binary files a/tts.exe and b/tts.exe differ diff --git a/tts.py b/tts.py index 4c3c09b..ab1b89e 100644 --- a/tts.py +++ b/tts.py @@ -475,7 +475,7 @@ class IRC: :return bool: """ - if user in self.tts['denied']: + if user in self.tts['blacklist']: logging.info("%s is not allowed to use TTS", user) self.sendmsg( CONF['IRC_CHANNEL'],