]> git.netwichtig.de Git - user/henk/code/ruby/rbot.git/commitdiff
Fix #151 in a different way.
authorGiuseppe Bilotta <giuseppe.bilotta@gmail.com>
Sun, 20 May 2007 21:47:51 +0000 (21:47 +0000)
committerGiuseppe Bilotta <giuseppe.bilotta@gmail.com>
Sun, 20 May 2007 21:47:51 +0000 (21:47 +0000)
data/rbot/plugins/rss.rb

index faf2604995e058f69adcca8c2a610094880e0b38..ed37965036ff4abfadd6fe60fba50bb4ab32f671 100644 (file)
@@ -945,6 +945,9 @@ plugin.map 'rss replace :handle :url :type',
 plugin.map 'rss forcereplace :handle :url :type',\r
   :action => 'forcereplace_rss',\r
   :defaults => {:type => nil}\r
+plugin.map 'rss watch :handle [in :chan]',\r
+  :action => 'watch_rss',\r
+  :defaults => {:url => nil, :type => nil}\r
 plugin.map 'rss watch :handle :url :type [in :chan]',\r
   :action => 'watch_rss',\r
   :defaults => {:url => nil, :type => nil}\r