Commit Diff


commit - b79b315dd4b5fcefb781d1e1e012f71e578a5346
commit + cb6279f1020e1818ab3a379f36724ecef7c8d2d0
blob - 8bea98ae4429a55e7d4aca54b232787d48f9a83a
blob + c3a6db8e6ead0288af8e160944dfbcbb1517a9b8
--- src/ngircd/ngircd.c
+++ src/ngircd/ngircd.c
@@ -14,7 +14,7 @@
 
 #include "portab.h"
 
-static char UNUSED id[] = "$Id: ngircd.c,v 1.78 2003/12/26 15:55:07 alex Exp $";
+static char UNUSED id[] = "$Id: ngircd.c,v 1.79 2003/12/27 13:09:24 alex Exp $";
 
 #include "imp.h"
 #include <assert.h>
@@ -376,6 +376,10 @@ NGIRCd_VersionAddition( VOID )
 #ifdef RENDEZVOUS
 	if( txt[0] ) strcat( txt, "+" );
 	strcat( txt, "RENDEZVOUS" );
+#endif
+#ifdef IDENTAUTH
+	if( txt[0] ) strcat( txt, "+" );
+	strcat( txt, "IDENT" );
 #endif
 #ifdef DEBUG
 	if( txt[0] ) strcat( txt, "+" );