moderation.lua bugfix
This commit is contained in:
parent
f105e594a1
commit
66d50ce6f5
1
.gitignore
vendored
1
.gitignore
vendored
@ -2,3 +2,4 @@ config.lua
|
|||||||
loc/weeb.lua
|
loc/weeb.lua
|
||||||
console.lua
|
console.lua
|
||||||
*.json
|
*.json
|
||||||
|
plugins/owm.lua
|
||||||
|
@ -186,7 +186,7 @@ end
|
|||||||
|
|
||||||
local demote = {}
|
local demote = {}
|
||||||
|
|
||||||
demote.trigger = '^/[mod]*dem[ote]*$'
|
demote.trigger = '^/[mod]*dem[ote]*'
|
||||||
|
|
||||||
demote.action = function(msg)
|
demote.action = function(msg)
|
||||||
|
|
||||||
@ -289,7 +289,7 @@ local triggers = {
|
|||||||
'^/[mod]*add$',
|
'^/[mod]*add$',
|
||||||
'^/[mod]*rem[ove]*$',
|
'^/[mod]*rem[ove]*$',
|
||||||
'^/[mod]*prom[ote]*$',
|
'^/[mod]*prom[ote]*$',
|
||||||
'^/[mod]*dem[ote]*$',
|
'^/[mod]*dem[ote]*',
|
||||||
'^/modkick',
|
'^/modkick',
|
||||||
'^/modban'
|
'^/modban'
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user