added QServer for external cache access
[NeonServV5.git] / neonserv.example.conf
index 99775aec371723f75d0a28264640742fd9836b4e..b0321641012c8b992ecf5a1f001d5caf921c4e0b 100644 (file)
@@ -8,4 +8,13 @@
     "user" = "neonserv";
     "pass" = "password";
     "base" = "neonserv";
+};
+"General" {
+    "alertchan" = "";
+    "have_halfop" = 0;
+};
+"QServer" {
+    "enabled" = 1;
+    "port" = 7499;
+    "pass" = "blaa";
 };
\ No newline at end of file