From e908cc994cd2c0d2b2db10e8310d072d2984b021 Mon Sep 17 00:00:00 2001 From: Nicolas Coevoet Date: Sat, 12 Apr 2014 19:13:49 +0200 Subject: [PATCH] fix previous commit --- plugin.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/plugin.py b/plugin.py index 8ce649c..5ddfdbe 100644 --- a/plugin.py +++ b/plugin.py @@ -55,8 +55,6 @@ cache = utils.structures.CacheDict(4000) 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) modes = args if msg and not prefix: prefix = msg.prefix