From df7817a3be1e2c9357ee0d2f40346b00fa577378 Mon Sep 17 00:00:00 2001 From: Akamaru Date: Tue, 16 Jun 2015 21:50:08 +0200 Subject: [PATCH] disabled annoying message and pattern tgservice in manager.lua --- plugins/manager.lua | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/plugins/manager.lua b/plugins/manager.lua index 20be42f..f11bae7 100644 --- a/plugins/manager.lua +++ b/plugins/manager.lua @@ -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,