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)