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