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=3c32faad48b7a8543c3b5637732571571c80c04c;hb=25ca2b3cc5b5d92f43591bdb2f0076101fa2b79d;hpb=8b7b23cf8f36e51bbe89a1a586bd238357183e83 diff --git a/src/ngircd/conf.h b/src/ngircd/conf.h index 3c32faad..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.23 2002/12/13 17:32:33 alex Exp $ + * $Id: conf.h,v 1.24 2002/12/14 13:36:19 alex Exp $ * * Configuration management (header) */ @@ -102,9 +102,6 @@ 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 ));