X-Git-Url: http://git.pk910.de/?a=blobdiff_plain;f=tests%2Fircd.conf;h=26f28001bfe0704274e39d53080c2c302aed65ae;hb=db5ce1caa14de28c6b333ac3e1484ed068dfd236;hp=5f8c5bffce689194ac0bc9c6fe5fb424f89e9031;hpb=05de44b040720987736e1fdeb7c40bf009ae8044;p=ircu2.10.12-pk.git diff --git a/tests/ircd.conf b/tests/ircd.conf index 5f8c5bf..26f2800 100644 --- a/tests/ircd.conf +++ b/tests/ircd.conf @@ -33,7 +33,11 @@ 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"; + "CHANNELLEN" = "50"; + "MAXCHANNELSPERUSER" = "20"; };