Author: Entrope <mdpoole@troilus.org>
[ircu2.10.12-pk.git] / tests / ircd.conf
index 5f8c5bffce689194ac0bc9c6fe5fb424f89e9031..3f6b529ecbd0ca5235cc7ceabd8bd6f0c8e1b3d2 100644 (file)
@@ -33,7 +33,9 @@ Client { ip = "127.*"; class = "Local"; };
 Operator { local = no; class = "Local"; host = "*@127.*"; password = "$PLAIN$oper"; name = "oper"; };
 Port { server = yes; port = 7600; };
 Port { port = 7601; };
+IAuth { program = "../tests/iauth-test"; };
 
 Features {
         "HUB" = "TRUE";
+        "CONFIG_OPERCMDS" = "TRUE";
 };