diff --git a/plugins/RSS.py b/plugins/RSS.py index 082092127..df3786d6c 100644 --- a/plugins/RSS.py +++ b/plugins/RSS.py @@ -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: