Expose irc "realname" to configuration

configurable-file-paths
Robert Gerus 2015-10-20 10:45:16 +02:00
parent 632ee1e6ab
commit f33b6c47e3
1 changed files with 1 additions and 0 deletions

View File

@ -8,6 +8,7 @@ import (
type Config struct {
Nick string
Host string
RealName string
Networks []string
Servers map[string] []string
Channels map[string] []string