mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-23 19:19:32 +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)
|
pre = '%s%s ' % (prefix, name)
|
||||||
if bold:
|
if bold:
|
||||||
pre = ircutils.bold(pre)
|
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):
|
def getFeed(self, url):
|
||||||
now = time.time()
|
now = time.time()
|
||||||
|
Loading…
Reference in New Issue
Block a user