Whitespace normalization

This commit is contained in:
Jeremy Fincher 2003-03-28 17:29:48 +00:00
parent f7c409055e
commit 848ec442c6
1 changed files with 0 additions and 1 deletions

View File

@ -188,7 +188,6 @@ def prettyPrint(msg, addRecipients=False):
s = '*** %s changes topic to %s' % (nickorprefix(), msg.args[1])
return s
###
# Various IrcMsg functions
###