mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-10 21:09:22 +01:00
Finish adding Bold to separators in output controlled by the
existing bold registry entry.
This commit is contained in:
parent
dba22a4b44
commit
2f22be6bfc
@ -367,6 +367,8 @@ class RSS(callbacks.Privmsg):
|
||||
raise callbacks.ArgumentError
|
||||
headlines = headlines[:n]
|
||||
sep = self.registryValue('headlineSeparator', channel)
|
||||
if self.registryValue('bold', channel):
|
||||
sep = ircutils.bold(sep)
|
||||
irc.reply(sep.join(headlines))
|
||||
|
||||
def info(self, irc, msg, args):
|
||||
|
Loading…
Reference in New Issue
Block a user