diff options
Diffstat (limited to 'config.go')
-rw-r--r-- | config.go | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -35,6 +35,7 @@ type Server struct { // that affects the way the proxy works. type Config struct { NoPlugins bool + NoAutoPlugins bool CmdPrefix string RequirePasswd bool SendInterval float32 |