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
1 changed files with 3 additions and 2 deletions

View File

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