Milen/persistent/persistent.go

8 lines
151 B
Go

2020-06-06 09:25:21 +07:00
package persistent
type persistent struct {
IgnoredChannels map[string]bool `toml:"ignored_channels"`
}
var IgnoredChannels = make(map[string]bool)