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 ###