From 848ec442c62692ee910c6f1c631512ce06622ffc Mon Sep 17 00:00:00 2001 From: Jeremy Fincher Date: Fri, 28 Mar 2003 17:29:48 +0000 Subject: [PATCH] Whitespace normalization --- src/ircmsgs.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/ircmsgs.py b/src/ircmsgs.py index 238716c33..f7e585c2a 100644 --- a/src/ircmsgs.py +++ b/src/ircmsgs.py @@ -188,7 +188,6 @@ def prettyPrint(msg, addRecipients=False): s = '*** %s changes topic to %s' % (nickorprefix(), msg.args[1]) return s - ### # Various IrcMsg functions ###