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