mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-01-24 02:54:05 +01:00
Forgot the dot.
This commit is contained in:
parent
f15129adec
commit
a829bf2965
@ -377,7 +377,7 @@ class RSS(callbacks.Privmsg):
|
|||||||
channel = None
|
channel = None
|
||||||
headlines = self.getHeadlines(feed)
|
headlines = self.getHeadlines(feed)
|
||||||
if not headlines:
|
if not headlines:
|
||||||
irc.error('Couldn\'t get RSS feed')
|
irc.error('Couldn\'t get RSS feed.')
|
||||||
return
|
return
|
||||||
headlines = self.buildHeadlines(headlines, channel, 'showLinks')
|
headlines = self.buildHeadlines(headlines, channel, 'showLinks')
|
||||||
if n:
|
if n:
|
||||||
|
Loading…
Reference in New Issue
Block a user