fix apparent mistake
This commit is contained in:
parent
b64a4096e9
commit
780fe972cd
@ -27,6 +27,9 @@ type application struct {
|
|||||||
allBadWords map[string][]string
|
allBadWords map[string][]string
|
||||||
limiter *limiter.Limiter
|
limiter *limiter.Limiter
|
||||||
commandMux *mux.CommandMux
|
commandMux *mux.CommandMux
|
||||||
|
|
||||||
|
active bool
|
||||||
|
stop bool
|
||||||
}
|
}
|
||||||
|
|
||||||
func main() {
|
func main() {
|
||||||
|
Loading…
Reference in New Issue
Block a user