X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?p=ngircd-alex.git;a=blobdiff_plain;f=src%2Fngircd%2Fdefines.h;h=7db4788a13270587c588cf4fb9322446e15aaf9c;hp=a6da7d49976384844539d3515f579e5025d179c1;hb=902ad91212f3d756fa898239108128d2230bdc0c;hpb=c7f075236b5930f191e784a69c782e7a9d24bc58 diff --git a/src/ngircd/defines.h b/src/ngircd/defines.h index a6da7d49..7db4788a 100644 --- a/src/ngircd/defines.h +++ b/src/ngircd/defines.h @@ -8,7 +8,7 @@ * (at your option) any later version. * Please read the file COPYING, README and AUTHORS for more information. * - * $Id: defines.h,v 1.39 2002/12/12 12:23:43 alex Exp $ + * $Id: defines.h,v 1.40 2002/12/16 23:10:56 alex Exp $ * * Global defines of ngIRCd. */ @@ -35,6 +35,8 @@ #define MAX_DEFCHANNELS 16 /* max. Anzahl vorkonfigurierbarerr Channels */ +#define MAX_SERVICES 8 /* maximum number of configurable services */ + #define CONNECTION_POOL 100 /* Anzahl Verbindungs-Strukturen, die blockweise alloziert werden */ #define CLIENT_ID_LEN 64 /* max. ID-Laenge; vgl. RFC 2812, 1.1 und 1.2.1 */ @@ -74,7 +76,7 @@ #define RECONNECT_DELAY 3 /* Server-Links erst nach 3 Sekunden versuchen, wieder aufzubauen */ #define USERMODES "aios" /* unterstuetzte User-Modes */ -#define CHANMODES "biImnoPtv" /* unterstuetzte Channel-Modes */ +#define CHANMODES "biklImnoPtv" /* unterstuetzte Channel-Modes */ #define CONNECTED TRUE /* fuer die irc-xxx-Module */ #define DISCONNECTED FALSE