mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-20 01:19:26 +01:00
RSS: Fix typo.
This commit is contained in:
parent
2ace534bdb
commit
f880d5b6ef
@ -48,7 +48,7 @@ try:
|
|||||||
'local.feedparser.feedparser', 'feedparser', 'local.feedparser')
|
'local.feedparser.feedparser', 'feedparser', 'local.feedparser')
|
||||||
except ImportError:
|
except ImportError:
|
||||||
raise callbacks.Error, \
|
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/>.'
|
'Download the module at <http://feedparser.org/>.'
|
||||||
|
|
||||||
def getFeedName(irc, msg, args, state):
|
def getFeedName(irc, msg, args, state):
|
||||||
|
Loading…
Reference in New Issue
Block a user