]> git.netwichtig.de Git - user/henk/code/ruby/rbot.git/commitdiff
Some fixes for the rss plugin
authorGiuseppe Bilotta <giuseppe.bilotta@gmail.com>
Sun, 6 Aug 2006 23:01:14 +0000 (23:01 +0000)
committerGiuseppe Bilotta <giuseppe.bilotta@gmail.com>
Sun, 6 Aug 2006 23:01:14 +0000 (23:01 +0000)
data/rbot/plugins/rss.rb

index d976c4126446252c7068dddf805264b318df8041..b49b6a1d1ec3adbea42ef4670f0148a334f4d63e 100644 (file)
@@ -363,7 +363,7 @@ class RSSFeedsPlugin < Plugin
     return feed\r
   end\r
 \r
-  def rewatch_rss(m=nil)\r
+  def rewatch_rss(m=nil, params=nil)\r
     kill_threads\r
 \r
     # Read watches from list.\r
@@ -580,6 +580,6 @@ plugin.map 'rss unwatch :handle',
   :action => 'unwatch_rss'\r
 plugin.map 'rss rmwatch :handle',\r
   :action => 'unwatch_rss'\r
-plugin.map 'rss rewatch :handle',\r
+plugin.map 'rss rewatch',\r
   :action => 'rewatch_rss'\r
 \r