From 33bb2e7347eb5793baa56d155d9ba4f5f48b0a88 Mon Sep 17 00:00:00 2001 From: Grant Bowman Date: Sat, 11 Sep 2004 21:17:54 +0000 Subject: [PATCH] Bold separators between headlines, uses existing bold registry value. --- plugins/RSS.py | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/RSS.py b/plugins/RSS.py index 20284afd2..eb356a62a 100644 --- a/plugins/RSS.py +++ b/plugins/RSS.py @@ -176,6 +176,7 @@ class RSS(callbacks.Privmsg): pre = '%s%s: ' % (prefix, name) if bold: pre = ircutils.bold(pre) + sep = ircutils.bold(sep) irc.replies(newheadlines, prefixer=pre, joiner=sep, to=channel, prefixName=False, private=True) finally: