]> code.citadel.org Git - citadel.git/commitdiff
* Shortened the "ID" tag to make more room for client/vendor id's.
authorBrian <brian@uncensored.citadel.org>
Mon, 12 Mar 2001 20:38:47 +0000 (20:38 +0000)
committerBrian <brian@uncensored.citadel.org>
Mon, 12 Mar 2001 20:38:47 +0000 (20:38 +0000)
libCxClient/src/libtransport.c

index c304f241209cc3adb7c417e6e2ebc4b2ae351d76..acc9f3ae285d572f6af7d6f75e40bf95d5602d2e 100644 (file)
@@ -139,9 +139,9 @@ char                *protocol = "tcp";
        if(s) {
                CxClRecv(buf);
                if(g_CxClientName[0]) {
-                       sprintf(buf,"IDEN 1|1|100|libCxClient/%s (%s)|",VERSION, g_CxClientName);
+                       sprintf(buf,"IDEN 1|1|100|CX/%s (%s)|",VERSION, g_CxClientName);
                } else {
-                       sprintf(buf,"IDEN 1|1|100|libCxClient/%s (unknown)|",VERSION);
+                       sprintf(buf,"IDEN 1|1|100|CX/%s (unknown)|",VERSION);
                }
                CxClSend(buf);
                CxClRecv(buf);