diff options
author | Giuseppe Bilotta <giuseppe.bilotta@gmail.com> | 2006-08-25 20:29:09 +0000 |
---|---|---|
committer | Giuseppe Bilotta <giuseppe.bilotta@gmail.com> | 2006-08-25 20:29:09 +0000 |
commit | 8c9f537e61531da714f8203583c8b091f5cdc8df (patch) | |
tree | 887d8382bc7a7afd7f89ca9c1868520f6f190355 | |
parent | a4ff366eea4c88083be8a3d30cc6395f17b55fe2 (diff) |
Better name for the rss plugin
-rw-r--r-- | data/rbot/plugins/rss.rb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/data/rbot/plugins/rss.rb b/data/rbot/plugins/rss.rb index e276d0a4..7313f252 100644 --- a/data/rbot/plugins/rss.rb +++ b/data/rbot/plugins/rss.rb @@ -124,6 +124,10 @@ class RSSFeedsPlugin < Plugin rewatch_rss
end
+ def name
+ "rss"
+ end
+
def watchlist
@feeds.select { |h, f| f.watched? }
end
|