Forgot to add a help line for the rss/feed command
This commit is contained in:
parent
3ac3111a8e
commit
9eff0f0cab
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Reference in a new issue