diff --git a/hausgeist.py b/hausgeist.py index be2070439f6db3801d6833843d5fcb13e86fe87b..cd3c453780fc9fbab28daca1d58ce32d15174309 100644 --- a/hausgeist.py +++ b/hausgeist.py @@ -209,7 +209,7 @@ async def event_message(message): else: # make sure the bot ignores itself and nightbot - if message.author.name.lower() == [NICK.lower(), 'nightbot']: + if message.author.name.lower() in [NICK.lower(), 'nightbot']: return # check if message is a vote