Oops, wrong variable name.

This commit is contained in:
Jeremy Fincher 2004-01-21 21:28:03 +00:00
parent 87c26da18e
commit 5ac4a569a1

View File

@ -138,7 +138,7 @@ class RSS(callbacks.Privmsg):
pre = prefix + name pre = prefix + name
if bold: if bold:
pre = ircutils.bold(pre) pre = ircutils.bold(pre)
irc.replies(headlines, prefixer=pre, joiner=sep) irc.replies(newheadlines, prefixer=pre, joiner=sep)
def getFeed(self, url): def getFeed(self, url):
now = time.time() now = time.time()