Ensure getBanmask has a channel variable as per makeBanmask's requirement

Signed-off-by: James Vega <jamessan@users.sourceforge.net>
This commit is contained in:
James Vega 2009-09-01 23:29:42 -04:00
parent eff20402ac
commit 260570bd4f

View File

@ -278,6 +278,7 @@ def getBanmask(irc, msg, args, state):
getHostmask(irc, msg, args, state)
if not state.channel:
getChannel(irc, msg, args, state)
channel = state.channel
banmaskstyle = conf.supybot.protocols.irc.banmask
state.args[-1] = banmaskstyle.makeBanmask(state.args[-1])