dont ?say if hotword is a gm command
parent
67c93a9048
commit
b89ed62036
|
|
@ -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: true, Char: btn}}
|
||||||
v01.alt <- []button.Button{button.Button{Down: false, Char: btn}}
|
v01.alt <- []button.Button{button.Button{Down: false, Char: btn}}
|
||||||
}()
|
}()
|
||||||
|
r.URL.RawQuery = ""
|
||||||
default:
|
default:
|
||||||
http.NotFound(w, r)
|
http.NotFound(w, r)
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue