diff options
Diffstat (limited to 'data/rbot/plugins/reaction.rb')
-rw-r--r-- | data/rbot/plugins/reaction.rb | 3 |
1 files changed, 1 insertions, 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 |