diff options
Diffstat (limited to 'data/rbot')
-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 |