From fab281b9b7b24bf52a4a49854b3ee52a2229eb22 Mon Sep 17 00:00:00 2001 From: James Vega Date: Sun, 29 May 2005 03:58:39 +0000 Subject: [PATCH] Long line. --- plugins/Topic/plugin.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/plugins/Topic/plugin.py b/plugins/Topic/plugin.py index 6e2ab2fa5..a641f7c7e 100644 --- a/plugins/Topic/plugin.py +++ b/plugins/Topic/plugin.py @@ -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 '