Forgot the dot.

This commit is contained in:
Jeremy Fincher 2004-09-28 07:43:55 +00:00
parent f15129adec
commit a829bf2965

View File

@ -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: