Topic: remove comment i made during testing

This commit is contained in:
GLolol 2014-05-06 22:16:22 -07:00
parent b39412bf77
commit ef607f62bc
1 changed files with 0 additions and 1 deletions

View File

@ -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)