diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/ngircd/ngircd.c | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/ngircd/ngircd.c b/src/ngircd/ngircd.c index 78ffd9a0..ecc9d332 100644 --- a/src/ngircd/ngircd.c +++ b/src/ngircd/ngircd.c @@ -9,7 +9,7 @@ * Naehere Informationen entnehmen Sie bitter der Datei COPYING. Eine Liste * der an ngIRCd beteiligten Autoren finden Sie in der Datei AUTHORS. * - * $Id: ngircd.c,v 1.43 2002/04/04 13:03:55 alex Exp $ + * $Id: ngircd.c,v 1.44 2002/04/24 13:33:56 alex Exp $ * * ngircd.c: Hier beginnt alles ;-) */ @@ -311,6 +311,10 @@ GLOBAL CHAR *NGIRCd_VersionAddition( VOID ) if( txt[0] ) strcat( txt, "+" ); strcat( txt, "SYSLOG" ); #endif +#ifdef REGEX + if( txt[0] ) strcat( txt, "+" ); + strcat( txt, "REGEX" ); +#endif #ifdef STRICT_RFC if( txt[0] ) strcat( txt, "+" ); strcat( txt, "RFC" ); |