master
parent
d9ed3c886f
commit
3125d9debb
6
main.go
6
main.go
|
|
@ -128,9 +128,6 @@ func matrixrecv() error {
|
||||||
}
|
}
|
||||||
if config.Get().Brokers.UseZips {
|
if config.Get().Brokers.UseZips {
|
||||||
setNewZips(zips)
|
setNewZips(zips)
|
||||||
} else {
|
|
||||||
sender.Send("I don't accept !zip, only !state right now")
|
|
||||||
|
|
||||||
}
|
}
|
||||||
}()
|
}()
|
||||||
func() {
|
func() {
|
||||||
|
|
@ -157,9 +154,6 @@ func matrixrecv() error {
|
||||||
}
|
}
|
||||||
if !config.Get().Brokers.UseZips {
|
if !config.Get().Brokers.UseZips {
|
||||||
setNewStates(states)
|
setNewStates(states)
|
||||||
} else {
|
|
||||||
sender.Send("I don't accept !state, only !zip right now")
|
|
||||||
|
|
||||||
}
|
}
|
||||||
}()
|
}()
|
||||||
func() {
|
func() {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue