From 9eff0f0cabb496f7740014132cf3623d83615b48 Mon Sep 17 00:00:00 2001 From: Luke Rogers Date: Thu, 18 Oct 2012 07:35:03 +1300 Subject: [PATCH] Forgot to add a help line for the rss/feed command --- plugins/rss.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/rss.py b/plugins/rss.py index e0fc734..13d3194 100644 --- a/plugins/rss.py +++ b/plugins/rss.py @@ -4,7 +4,7 @@ from util import hook, http, web, text @hook.command("feed") @hook.command def rss(inp, say=None): - + "rss -- Gets the first three items from the RSS feed ." limit = 3 # preset news feeds