Skip to content

Commit

Permalink
make it active support independent
Browse files Browse the repository at this point in the history
  • Loading branch information
Bartosz Kopiński committed Oct 29, 2013
1 parent 932137e commit 26006fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/hipbot/matchable.rb
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ def reactables

def reaction_sets
reactables.each_with_object([]) do |reactable, array|
array.prepend(reactable.reactions)
array.append(reactable.default_reactions)
array.unshift(reactable.reactions)
array.push(reactable.default_reactions)
end
end

Expand Down

0 comments on commit 26006fd

Please sign in to comment.