added basic ssl support to ircu
[ircu2.10.12-pk.git] / tests / ircd.conf
index 3f6b529ecbd0ca5235cc7ceabd8bd6f0c8e1b3d2..26f28001bfe0704274e39d53080c2c302aed65ae 100644 (file)
@@ -38,4 +38,6 @@ IAuth { program = "../tests/iauth-test"; };
 Features {
         "HUB" = "TRUE";
         "CONFIG_OPERCMDS" = "TRUE";
+        "CHANNELLEN" = "50";
+        "MAXCHANNELSPERUSER" = "20";
 };