mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-20 01:19:26 +01:00
RSS: Fix listing of commands (show names, not URLs).
This commit is contained in:
parent
f3b31e5a4b
commit
ddcbc151b6
@ -214,7 +214,7 @@ class RSS(callbacks.Plugin):
|
|||||||
return True
|
return True
|
||||||
|
|
||||||
def listCommands(self):
|
def listCommands(self):
|
||||||
return self.__parent.listCommands(self.feeds.keys())
|
return self.__parent.listCommands(self.feed_names.keys())
|
||||||
|
|
||||||
def getCommandMethod(self, command):
|
def getCommandMethod(self, command):
|
||||||
try:
|
try:
|
||||||
|
Loading…
Reference in New Issue
Block a user