package persistent
type persistent struct {
IgnoredChannels map[string]bool `toml:"ignored_channels"`
}
var IgnoredChannels = make(map[string]bool)