From 9eca35a185dbc6c4748178f7958ea635bf6573ce Mon Sep 17 00:00:00 2001 From: AL Date: Wed, 24 Aug 2016 09:21:57 +0300 Subject: [PATCH] Change priority replies plugin Change prefilter priority for another plugins --- src/plugins/lua/replies.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/src/plugins/lua/replies.lua b/src/plugins/lua/replies.lua index 631ee02d0..360f14ffe 100644 --- a/src/plugins/lua/replies.lua +++ b/src/plugins/lua/replies.lua @@ -123,6 +123,7 @@ if opts then name = 'REPLIES_CHECK', type = 'prefilter', callback = replies_check, + priority = 10 }) end -- 2.39.5