X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?p=ngircd-alex.git;a=blobdiff_plain;f=src%2Fngircd%2Fconf.h;h=3c32faad48b7a8543c3b5637732571571c80c04c;hp=4c730a6cdea2bdac9d47fa398084499849347fab;hb=8b7b23cf8f36e51bbe89a1a586bd238357183e83;hpb=b7eb5f66dc93647d502572b5289ce3c6ba129463 diff --git a/src/ngircd/conf.h b/src/ngircd/conf.h index 4c730a6c..3c32faad 100644 --- a/src/ngircd/conf.h +++ b/src/ngircd/conf.h @@ -8,7 +8,7 @@ * (at your option) any later version. * Please read the file COPYING, README and AUTHORS for more information. * - * $Id: conf.h,v 1.22 2002/12/12 11:26:08 alex Exp $ + * $Id: conf.h,v 1.23 2002/12/13 17:32:33 alex Exp $ * * Configuration management (header) */ @@ -99,6 +99,12 @@ GLOBAL BOOLEAN Conf_OperCanMode; /* Maximum number of connections to this server */ GLOBAL LONG Conf_MaxConnections; +/* Maximum number of channels a user can join */ +GLOBAL INT Conf_MaxJoins; + +/* Maximum number of persistent channels in the network */ +GLOBAL INT Conf_MaxPChannels; + GLOBAL VOID Conf_Init PARAMS((VOID )); GLOBAL INT Conf_Test PARAMS((VOID ));