dont ?say if hotword is a gm command

master
bel 2023-04-19 18:49:34 -06:00
parent 67c93a9048
commit b89ed62036
1 changed files with 1 additions and 0 deletions

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)
}