dont ?say if hotword is a gm command
This commit is contained in:
@@ -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)
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user