Try to fix target and prefixing of name.

This commit is contained in:
Jeremy Fincher 2004-02-06 09:18:52 +00:00
parent d282b8582a
commit 61e46c5049

View File

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