mirror of https://github.com/fluffle/goirc
9 lines
123 B
Go
9 lines
123 B
Go
|
package config
|
||
|
|
||
|
type cSettings struct {
|
||
|
SSLKey, SSLCert, SSLCACert string
|
||
|
MaxChans, MaxConnsPerIP int
|
||
|
LogFile string
|
||
|
}
|
||
|
|