summaryrefslogtreecommitdiff
path: root/data/rbot/plugins/rss.rb
diff options
context:
space:
mode:
Diffstat (limited to 'data/rbot/plugins/rss.rb')
-rw-r--r--data/rbot/plugins/rss.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/data/rbot/plugins/rss.rb b/data/rbot/plugins/rss.rb
index 8e157b86..885ac84d 100644
--- a/data/rbot/plugins/rss.rb
+++ b/data/rbot/plugins/rss.rb
@@ -463,7 +463,7 @@ class RSSFeedsPlugin < Plugin
reply = "no feeds found"
reply << " matching #{wanted}" if wanted
end
- m.reply reply
+ m.reply reply, :max_lines => reply.length
end
def watched_rss(m, params)