From 862e2aca7a2e03e24b79a5d1ffb7cccf7c22557e Mon Sep 17 00:00:00 2001 From: Lan Tian Date: Fri, 10 Jul 2020 20:56:37 +0800 Subject: [PATCH] frontend: fix telegram bot responding to non-commands --- frontend/telegram_bot.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/frontend/telegram_bot.go b/frontend/telegram_bot.go index 3a8c421..67edc35 100644 --- a/frontend/telegram_bot.go +++ b/frontend/telegram_bot.go @@ -142,6 +142,8 @@ func webHandlerTelegramBot(w http.ResponseWriter, r *http.Request) { /[trace|trace6] /whois ` + } else { + return } commandResult = strings.TrimSpace(commandResult)