mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-12-24 19:52:54 +01:00
Oops, wrong variable name.
This commit is contained in:
parent
87c26da18e
commit
5ac4a569a1
@ -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()
|
||||||
|
Loading…
Reference in New Issue
Block a user