We'll want an array of plugins and ignored people.

configurable-file-paths
Robert Gerus 2015-10-15 20:49:10 +02:00
parent 20652578dc
commit cfab13ea88
1 changed files with 2 additions and 0 deletions

View File

@ -12,6 +12,8 @@ type Config struct {
Servers map[string] string Servers map[string] string
Channels map[string] string Channels map[string] string
Passwords map[string] string Passwords map[string] string
Plugins []string
Ignore []string
} }
func ReadConfig(path string) (Config, error) { func ReadConfig(path string) (Config, error) {