]> git.netwichtig.de Git - user/henk/code/ruby/rbot.git/blobdiff - data/rbot/plugins/rss.rb
rss plugin: overrule max lines, display all feeds
[user/henk/code/ruby/rbot.git] / data / rbot / plugins / rss.rb
index 8e157b86b9fb05780a1a498270b38cedd9acf304..885ac84d44792c634f2fc2cc0c6c47abfb20d6cd 100644 (file)
@@ -463,7 +463,7 @@ class RSSFeedsPlugin < Plugin
       reply = "no feeds found"\r
       reply << " matching #{wanted}" if wanted\r
     end\r
-    m.reply reply\r
+    m.reply reply, :max_lines => reply.length\r
   end\r
 \r
   def watched_rss(m, params)\r