mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-02 17:29:22 +01:00
Try to fix target and prefixing of name.
This commit is contained in:
parent
d282b8582a
commit
61e46c5049
@ -132,7 +132,8 @@ class RSS(callbacks.Privmsg):
|
||||
pre = '%s%s ' % (prefix, name)
|
||||
if bold:
|
||||
pre = ircutils.bold(pre)
|
||||
irc.replies(newheadlines, prefixer=pre, joiner=sep)
|
||||
irc.replies(newheadlines, prefixer=pre, joiner=sep,
|
||||
to=channel, prefixName=False)
|
||||
|
||||
def getFeed(self, url):
|
||||
now = time.time()
|
||||
|
Loading…
Reference in New Issue
Block a user