RSS: Fix typo.

This commit is contained in:
Valentin Lorentz 2013-01-23 16:32:23 +01:00
parent 2ace534bdb
commit f880d5b6ef
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ try:
'local.feedparser.feedparser', 'feedparser', 'local.feedparser')
except ImportError:
raise callbacks.Error, \
'You the feedparser module installed to use this plugin. ' \
'You need the feedparser module installed to use this plugin. ' \
'Download the module at <http://feedparser.org/>.'
def getFeedName(irc, msg, args, state):