From 6ef6b436240072f775f87687e38b880672262657 Mon Sep 17 00:00:00 2001 From: Giuseppe Bilotta Date: Thu, 20 Sep 2007 13:58:21 +0000 Subject: [PATCH] reaction plugin: reply ranges were not being updated when adding a new reply --- data/rbot/plugins/reaction.rb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/data/rbot/plugins/reaction.rb b/data/rbot/plugins/reaction.rb index d495887d..9150d23e 100644 --- a/data/rbot/plugins/reaction.rb +++ b/data/rbot/plugins/reaction.rb @@ -41,7 +41,6 @@ class ::Reaction self.author = author @date = date self.channel = channel - debug self end def to_s @@ -80,7 +79,7 @@ class ::Reaction act = true end @replies << Reply.new(self, act ? :act : :reply, rex, *args) - debug @replies.last + make_ranges return @replies.last end -- 2.39.5