Forgot to add a help line for the rss/feed command

This commit is contained in:
Luke Rogers 2012-10-18 07:35:03 +13:00
parent 3ac3111a8e
commit 9eff0f0cab

View file

@ -4,7 +4,7 @@ from util import hook, http, web, text
@hook.command("feed") @hook.command("feed")
@hook.command @hook.command
def rss(inp, say=None): def rss(inp, say=None):
"rss <feed> -- Gets the first three items from the RSS feed <feed>."
limit = 3 limit = 3
# preset news feeds # preset news feeds