mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-23 19:19:32 +01:00
At least fix the formatting problem.
This commit is contained in:
parent
ea2f71d527
commit
d282b8582a
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user