WEBIRC support
[KiwiIRC.git] / node / config.json
index 66b6c2be94bbe20c65a91bcdd33246ff86f1f181..5713bd21334d5ea963edcb08772a525700bc4c2c 100644 (file)
@@ -1,9 +1,28 @@
 {
     "port":             7777,
     "bind_address":     "0.0.0.0",
+
+    "user":                            "",
+    "group":                   "",
+
     "listen_ssl":       false,
     "ssl_key":          "server.key",
     "ssl_cert":         "cert.pem",
+
     "quit_message":     "KiwiIRC",
-    "cap_options":      []
+    "cap_options":      [],
+
+    "handle_http":      true,
+    "public_http":         "./../",
+
+    "max_client_conns": 2,
+
+    "module_dir":       "./kiwi_modules/",
+    "modules":          ["spamfilter", "statistics"],
+    
+    "webirc":           true,
+    "webirc_pass":      {
+                            "irc.example.com":  "examplepassword",
+                            "127.0.0.1":        "foobar"
+                        }
 }