From ef607f62bc43b2e9106ee5bf069983baa8858a51 Mon Sep 17 00:00:00 2001 From: GLolol Date: Tue, 6 May 2014 22:16:22 -0700 Subject: [PATCH] Topic: remove comment i made during testing --- plugins/Topic/plugin.py | 1 - 1 file changed, 1 deletion(-) diff --git a/plugins/Topic/plugin.py b/plugins/Topic/plugin.py index 4b0b1dbe9..567738556 100644 --- a/plugins/Topic/plugin.py +++ b/plugins/Topic/plugin.py @@ -58,7 +58,6 @@ def canChangeTopic(irc, msg, args, state): Raise=True) c = irc.state.channels[state.channel] if 't' in c.modes and not c.isHalfopPlus(irc.nick): - # if irc.nick not in c.ops and 't' in c.modes: state.error(format(_('I can\'t change the topic, I\'m not opped ' 'and %s is +t.'), state.channel), Raise=True)