commit d433eb389666aebf52de09d389097fbd76be40f3 from: Alexander Barton date: Sun Apr 25 15:46:50 2004 UTC Add flag "L" to default IRC+ server flags: synchronize INVITE- and BAN-lists. commit - c1e9841118c3cdde677afe000f9fd29abcaddbb9 commit + d433eb389666aebf52de09d389097fbd76be40f3 blob - 0dfd502a49c7943bb7a7161c231fa5bef0c4f87c blob + e351b236234f64ea48a82f9af043800db5395ef3 --- src/ngircd/defines.h +++ 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.44 2003/12/26 15:55:07 alex Exp $ + * $Id: defines.h,v 1.45 2004/04/25 15:46:50 alex Exp $ * * Global defines of ngIRCd. */ @@ -67,7 +67,7 @@ #define PROTOIRCPLUS "-IRC+" /* Protokoll-Suffix fŸr IRC+-Protokoll */ #ifdef IRCPLUS -# define IRCPLUSFLAGS "C" /* IRC+-Flags, die immer zutreffen */ +# define IRCPLUSFLAGS "CL" /* IRC+-Flags, die immer zutreffen */ #endif #define STARTUP_DELAY 1 /* Erst n Sek. nach Start zu anderen Servern verbinden */