From 1604d29771a00990d1c1963143346e4d4502d222 Mon Sep 17 00:00:00 2001 From: Thomas Steen Rasmussen Date: Fri, 13 Apr 2018 22:12:29 +0200 Subject: [PATCH] another 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 894c609d..507ce223 100644 --- a/src/ircbot/irc3module.py +++ b/src/ircbot/irc3module.py @@ -339,7 +339,7 @@ class Plugin(object): # add to volunteer channel self.bot.add_user_to_channel_acl( username=membership.user.profile.nickserv_username, - chanel=settings.IRCBOT_VOLUNTEER_CHANNEL, + channel=settings.IRCBOT_VOLUNTEER_CHANNEL, invite=True )