From 35cbbf7717f89dc77b9b2a41bcd951e5b510cb6b Mon Sep 17 00:00:00 2001 From: Jeremy Fincher Date: Sat, 30 Aug 2003 19:53:53 +0000 Subject: [PATCH] Made RSS docstring more appropriate, now that help works with modules. --- plugins/RSS.py | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) diff --git a/plugins/RSS.py b/plugins/RSS.py index 99315ed36..b1ce56d18 100644 --- a/plugins/RSS.py +++ b/plugins/RSS.py @@ -31,19 +31,7 @@ """ Provides basic functionality for handling RSS/RDF feeds. Depends on the Alias -module for user-friendliness: instead of: - -rsstitles http://slashdot.org/slashdot.rss - -It'll make the alias: - -alias slashdot rsstitles http://slashdot.org/slashdot.rss - -And you'll be able to call the command like this: - -slashdot - -Also includes a function for getting info about a specific feed, rssinfo. +module for user-friendliness. """ from baseplugin import *