dont ?say if hotword is a gm command

This commit is contained in:
bel
2023-04-19 18:49:34 -06:00
parent 67c93a9048
commit b89ed62036

View File

@@ -243,6 +243,7 @@ func (v01 *V01) serveGMSomeoneSaidGMHotword(w http.ResponseWriter, r *http.Reque
v01.alt <- []button.Button{button.Button{Down: true, Char: btn}}
v01.alt <- []button.Button{button.Button{Down: false, Char: btn}}
}()
r.URL.RawQuery = ""
default:
http.NotFound(w, r)
}