X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?p=ngircd-alex.git;a=blobdiff_plain;f=src%2Fngircd%2Fconf.h;h=c4cf3383c8dd92be03045428c2e95be6be3729ba;hp=4c730a6cdea2bdac9d47fa398084499849347fab;hb=6626395c88fc46eeb110942b17eb9245a1d0021b;hpb=6725d7893ca62007ba828b9d8eb94e81f275a880 diff --git a/src/ngircd/conf.h b/src/ngircd/conf.h index 4c730a6c..c4cf3383 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.24 2002/12/14 13:36:19 alex Exp $ * * Configuration management (header) */ @@ -99,6 +99,9 @@ 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; + GLOBAL VOID Conf_Init PARAMS((VOID )); GLOBAL INT Conf_Test PARAMS((VOID ));