mirror of https://github.com/fluffle/goirc
9 lines
107 B
Go
9 lines
107 B
Go
|
package config
|
||
|
|
||
|
type cInfo struct {
|
||
|
Name, Network, Info, MOTDFile string
|
||
|
Admins []string
|
||
|
Numeric int
|
||
|
}
|
||
|
|