mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-26 20:59:27 +01:00
Topic: remove comment i made during testing
This commit is contained in:
parent
b39412bf77
commit
ef607f62bc
@ -58,7 +58,6 @@ def canChangeTopic(irc, msg, args, state):
|
|||||||
Raise=True)
|
Raise=True)
|
||||||
c = irc.state.channels[state.channel]
|
c = irc.state.channels[state.channel]
|
||||||
if 't' in c.modes and not c.isHalfopPlus(irc.nick):
|
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 '
|
state.error(format(_('I can\'t change the topic, I\'m not opped '
|
||||||
'and %s is +t.'), state.channel), Raise=True)
|
'and %s is +t.'), state.channel), Raise=True)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user