From 0707bf38e4517a045a0d2d9fc36b56e1bfa441e8 Mon Sep 17 00:00:00 2001 From: Nicolas Coevoet Date: Sat, 12 Apr 2014 19:11:03 +0200 Subject: [PATCH] fix previous commit --- plugin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin.py b/plugin.py index 30dc895..8ce649c 100644 --- a/plugin.py +++ b/plugin.py @@ -53,7 +53,7 @@ ircutils._hostmaskPatternEqualCache = utils.structures.CacheDict(4000) cache = utils.structures.CacheDict(4000) -def modes(channel, args=(), prefix='', msg=None): +def applymodes(channel, args=(), prefix='', msg=None): """Returns a MODE that applies changes on channel.""" if conf.supybot.protocols.irc.strictRfc(): assert isChannel(channel), repr(channel)