From 4d8b70f278db6516ca972867466a080a62e2dda7 Mon Sep 17 00:00:00 2001 From: Thomas Steen Rasmussen Date: Fri, 13 Apr 2018 20:29:57 +0200 Subject: [PATCH] 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 bd57ae17..8d5104a8 100644 --- a/src/ircbot/irc3module.py +++ b/src/ircbot/irc3module.py @@ -407,7 +407,7 @@ class Plugin(object): # check if this channel is the 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) # lets handle the volunteer channels initial ACL manually.. return