diff options
author | Giuseppe Bilotta <giuseppe.bilotta@gmail.com> | 2007-09-21 07:25:40 +0000 |
---|---|---|
committer | Giuseppe Bilotta <giuseppe.bilotta@gmail.com> | 2007-09-21 07:25:40 +0000 |
commit | 9b4a429d7f672a97199d1d45efbdbdf51ddd25ad (patch) | |
tree | 6d90b8eb0895a7a4a7d881601cc930435e09cadf /data | |
parent | a56fb784eab1b46c123bf292657bb65958f7c4a1 (diff) |
reaction plugin: range attribute should be an accessor, not a reader
Diffstat (limited to 'data')
-rw-r--r-- | data/rbot/plugins/reaction.rb | 3 |
1 files changed, 2 insertions, 1 deletions
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 |