frontend: fix telegram bot responding to non-commands
This commit is contained in:
parent
9fc5076681
commit
862e2aca7a
@ -142,6 +142,8 @@ func webHandlerTelegramBot(w http.ResponseWriter, r *http.Request) {
|
||||
/[trace|trace6] <IP>
|
||||
/whois <Target>
|
||||
`
|
||||
} else {
|
||||
return
|
||||
}
|
||||
|
||||
commandResult = strings.TrimSpace(commandResult)
|
||||
|
Loading…
x
Reference in New Issue
Block a user