aboutsummaryrefslogtreecommitdiff
path: root/config.go
diff options
context:
space:
mode:
Diffstat (limited to 'config.go')
-rw-r--r--config.go27
1 files changed, 14 insertions, 13 deletions
diff --git a/config.go b/config.go
index e141bbc..6db6dda 100644
--- a/config.go
+++ b/config.go
@@ -34,19 +34,20 @@ type Server struct {
// A Config contains information from the configuration file
// that affects the way the proxy works.
type Config struct {
- NoPlugins bool
- CmdPrefix string
- RequirePasswd bool
- SendInterval float32
- UserLimit int
- AuthBackend string
- NoTelnet bool
- TelnetAddr string
- BindAddr string
- Servers map[string]Server
- ForceDefaultSrv bool
- FallbackServers []string
- CSMRF struct {
+ NoPlugins bool
+ CmdPrefix string
+ RequirePasswd bool
+ SendInterval float32
+ UserLimit int
+ AuthBackend string
+ AuthPostgresConn string
+ NoTelnet bool
+ TelnetAddr string
+ BindAddr string
+ Servers map[string]Server
+ ForceDefaultSrv bool
+ FallbackServers []string
+ CSMRF struct {
NoCSMs bool
ChatMsgs bool
ItemDefs bool