From 65e225f4b126bf1426666f001ae3e1facdd68184 Mon Sep 17 00:00:00 2001 From: Thomas Steen Rasmussen Date: Fri, 13 Apr 2018 21:54:24 +0200 Subject: [PATCH] another stupid typo --- src/ircbot/irc3module.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ircbot/irc3module.py b/src/ircbot/irc3module.py index 98f8574d..274fef5e 100644 --- a/src/ircbot/irc3module.py +++ b/src/ircbot/irc3module.py @@ -321,7 +321,7 @@ class Plugin(object): logger.debug("Found %s memberships which need IRC ACL fixing.." % missing_acls.count()) for membership in missing_acls: # add to team public channel? - if membership.team.public_irc_channel_name and membership.publĂ­c_irc_channel_managed: + if membership.team.public_irc_channel_name and membership.public_irc_channel_managed: self.bot.add_user_to_channel_acl( username=membership.user.profile.nickserv_username, channel=membership.team.public_irc_channel_name,