At least fix the formatting problem.

This commit is contained in:
Jeremy Fincher 2004-02-06 09:17:33 +00:00
parent ea2f71d527
commit d282b8582a

View File

@ -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)