Long line.

This commit is contained in:
James Vega 2005-05-29 03:58:39 +00:00
parent b9cd0275e9
commit fab281b9b7
1 changed files with 2 additions and 1 deletions

View File

@ -43,7 +43,8 @@ def canChangeTopic(irc, msg, args, state):
callConverter('channel', irc, msg, args, state)
callConverter('inChannel', irc, msg, args, state)
if state.channel not in irc.state.channels:
irc.error(format('I\'m not currently in %s.', state.channel),Raise=True)
irc.error(format('I\'m not currently in %s.', state.channel),
Raise=True)
c = irc.state.channels[state.channel]
if irc.nick not in c.ops and 't' in c.modes:
irc.error(format('I can\'t change the topic, I\'m not opped '