disabled annoying message and pattern tgservice in manager.lua

This commit is contained in:
Akamaru 2015-06-16 21:50:08 +02:00
parent bfff039a01
commit df7817a3be

View File

@ -96,7 +96,8 @@ local function pre_process(msg)
end end
else else
print('Whitelist not enabled or is sudo') --print('Whitelist not enabled or is sudo')
print('')
end end
return msg return msg
@ -204,7 +205,7 @@ return {
"^/(ban) (user) (%d+)$", "^/(ban) (user) (%d+)$",
"^/(ban) (delete) (%d+)$", "^/(ban) (delete) (%d+)$",
"^/(kick) (%d+)$", "^/(kick) (%d+)$",
"^//tgservice (.+)$", --"^//tgservice (.+)$",
}, },
run = run, run = run,
pre_process = pre_process, pre_process = pre_process,