From c2c4ebf2efc650cad3294e4e092a5beaa1c725a6 Mon Sep 17 00:00:00 2001 From: Giuseppe Bilotta Date: Mon, 24 Jul 2006 21:44:05 +0000 Subject: Fix problem reporting in rss plugin --- data/rbot/plugins/rss.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'data') diff --git a/data/rbot/plugins/rss.rb b/data/rbot/plugins/rss.rb index 0e4fd6b9..bec03add 100644 --- a/data/rbot/plugins/rss.rb +++ b/data/rbot/plugins/rss.rb @@ -161,7 +161,7 @@ class RSSFeedsPlugin < Plugin end def report_problem(report, e=nil, m=nil) - if m && m.respond_to?(reply) + if m && m.respond_to?(:reply) m.reply report else warning report -- cgit v1.2.3