From 9b4a429d7f672a97199d1d45efbdbdf51ddd25ad Mon Sep 17 00:00:00 2001 From: Giuseppe Bilotta Date: Fri, 21 Sep 2007 07:25:40 +0000 Subject: [PATCH] reaction plugin: range attribute should be an accessor, not a reader --- data/rbot/plugins/reaction.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/data/rbot/plugins/reaction.rb b/data/rbot/plugins/reaction.rb index 2887d574..0ec75d58 100644 --- a/data/rbot/plugins/reaction.rb +++ b/data/rbot/plugins/reaction.rb @@ -16,7 +16,8 @@ class ::Reaction attr_reader :raw_trigger, :raw_replies class ::Reply - attr_reader :act, :reply, :pct, :range + attr_reader :act, :reply, :pct + attr_accessor :range attr_reader :author, :date, :channel attr_writer :date -- 2.39.5