typo
This commit is contained in:
parent
1c4a4dd259
commit
4d8b70f278
|
@ -407,7 +407,7 @@ class Plugin(object):
|
||||||
|
|
||||||
# check if this channel is the volunteer channel
|
# check if this channel is the volunteer channel
|
||||||
if channel == settings.IRCBOT_VOLUNTEER_CHANNEL:
|
if channel == settings.IRCBOT_VOLUNTEER_CHANNEL:
|
||||||
logger.debug("%s is the volunteer channel, setting up" channel)
|
logger.debug("%s is the volunteer channel, setting up" % channel)
|
||||||
self.bot.setup_private_channel(channel)
|
self.bot.setup_private_channel(channel)
|
||||||
# lets handle the volunteer channels initial ACL manually..
|
# lets handle the volunteer channels initial ACL manually..
|
||||||
return
|
return
|
||||||
|
|
Loading…
Reference in a new issue