X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?p=ngircd-alex.git;a=blobdiff_plain;f=src%2Fngircd%2Fdefines.h;h=34951aeef8757d41a6837b996cd4ec45ef314714;hp=0dfd502a49c7943bb7a7161c231fa5bef0c4f87c;hb=7281b8dd4d917f8b7f7c36460b78b686427ce973;hpb=c40592d2cef21dd255af978644eb96c330913be7 diff --git a/src/ngircd/defines.h b/src/ngircd/defines.h index 0dfd502a..34951aee 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.44 2003/12/26 15:55:07 alex Exp $ + * $Id: defines.h,v 1.46 2004/05/07 11:19:21 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 */ @@ -83,6 +83,8 @@ #define CONFIG_FILE "/ngircd.conf" #define MOTD_FILE "/ngircd.motd" +#define MOTD_PHRASE "" +#define CHROOT_DIR "" #define ERROR_DIR "/tmp"