Compare commits

..

1 Commits

Author SHA1 Message Date
bel
cdabce7a56 SH 2022-01-31 09:35:56 -07:00

View File

@@ -128,9 +128,6 @@ func matrixrecv() error {
}
if config.Get().Brokers.UseZips {
setNewZips(zips)
} else {
sender.Send("I don't accept !zip, only !state right now")
}
}()
func() {
@@ -157,9 +154,6 @@ func matrixrecv() error {
}
if !config.Get().Brokers.UseZips {
setNewStates(states)
} else {
sender.Send("I don't accept !state, only !zip right now")
}
}()
func() {