Skip to content

Commit

Permalink
Merge pull request #380 from permaweb/elliotsayes-patch-3
Browse files Browse the repository at this point in the history
Update handlers.lua
  • Loading branch information
twilson63 authored Oct 29, 2024
2 parents 549367e + cabd3a0 commit f0b3beb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions process/handlers.lua
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ function handlers.once(...)
pattern = select(1, ...)
handle = select(2, ...)
end
handlers.add(name, pattern, handle, 1)
handlers.prepend(name, pattern, handle, 1)
end

function handlers.add(...)
Expand Down Expand Up @@ -305,4 +305,4 @@ function handlers.evaluate(msg, env)
end
end

return handlers
return handlers

0 comments on commit f0b3beb

Please sign in to comment.