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