]> arthur.barton.de Git - ngircd-alex.git/blobdiff - src/ngircd/ngircd.c
- Anpassungen/Umstellung auf IRC+-Protokoll.
[ngircd-alex.git] / src / ngircd / ngircd.c
index ace97f3408932fdd31f4b2422cf6eda00e78afab..96ac6ff1112bc633f3181bf8b387eede19163612 100644 (file)
@@ -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.51 2002/09/02 21:06:11 alex Exp $
+ * $Id: ngircd.c,v 1.52 2002/09/03 20:39:54 alex Exp $
  *
  * ngircd.c: Hier beginnt alles ;-)
  */
@@ -285,7 +285,7 @@ main( int argc, const char *argv[] )
                /* Protokoll- und Server-Identifikation erzeugen. Die vom ngIRCd
                 * beim PASS-Befehl verwendete Syntax sowie die erweiterten Flags
                 * sind in doc/Protocol.txt beschrieben. */
-               sprintf( NGIRCd_ProtoID, "%s%s %s|%s:", PROTOVER, PROTOSUFFIX, PACKAGE, VERSION );
+               sprintf( NGIRCd_ProtoID, "%s%s %s|%s:", PROTOVER, PROTOIRCPLUS, PACKAGE, VERSION );
                if( Conf_OperCanMode ) strcat( NGIRCd_ProtoID, "o" );
                strcat( NGIRCd_ProtoID, " P" );
                Log( LOG_DEBUG, "Protocol and server ID is \"%s\".", NGIRCd_ProtoID );