From d282b8582a4beaf8b0d8f00b621238a21dde6605 Mon Sep 17 00:00:00 2001 From: Jeremy Fincher Date: Fri, 6 Feb 2004 09:17:33 +0000 Subject: [PATCH] At least fix the formatting problem. --- plugins/RSS.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/RSS.py b/plugins/RSS.py index bc4e52ce7..13bb2f88d 100644 --- a/plugins/RSS.py +++ b/plugins/RSS.py @@ -129,7 +129,7 @@ class RSS(callbacks.Privmsg): except ValueError: pass if newheadlines: - pre = prefix + name + pre = '%s%s ' % (prefix, name) if bold: pre = ircutils.bold(pre) irc.replies(newheadlines, prefixer=pre, joiner=sep)