mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-27 13:19:24 +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:
|
except ValueError:
|
||||||
pass
|
pass
|
||||||
if newheadlines:
|
if newheadlines:
|
||||||
pre = prefix + name
|
pre = '%s%s ' % (prefix, name)
|
||||||
if bold:
|
if bold:
|
||||||
pre = ircutils.bold(pre)
|
pre = ircutils.bold(pre)
|
||||||
irc.replies(newheadlines, prefixer=pre, joiner=sep)
|
irc.replies(newheadlines, prefixer=pre, joiner=sep)
|
||||||
|
Loading…
Reference in New Issue
Block a user