Browse Source

Merge pull request #887 from AlexeySa/patch-4

Change priority replies plugin
tags/1.4.0
Vsevolod Stakhov 7 years ago
parent
commit
e8c4bf8898
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      src/plugins/lua/replies.lua

+ 1
- 0
src/plugins/lua/replies.lua View File

@@ -123,6 +123,7 @@ if opts then
name = 'REPLIES_CHECK',
type = 'prefilter',
callback = replies_check,
priority = 10
})
end


Loading…
Cancel
Save