Revert "Simplify stuff"

Go back to the old way of doing things that actually made sense to me
configurable-file-paths
Robert Gerus 2015-11-07 02:26:36 +01:00
parent 3b23401dec
commit 44ff681aaf
1 changed files with 3 additions and 2 deletions

View File

@ -10,8 +10,9 @@ type Config struct {
Host string Host string
RealName string RealName string
User string User string
Servers []string Networks []string
Channels []string Servers map[string][]string
Channels map[string][]string
Passwords map[string]string Passwords map[string]string
Plugins []string Plugins []string
Ignore []string Ignore []string