mirror of
https://github.com/osmarks/ngircd.git
synced 2024-12-14 10:50:27 +00:00
- Versions-String um "Vendor" erweitert.
This commit is contained in:
parent
e298b83b92
commit
882c91280e
@ -9,7 +9,7 @@
|
|||||||
* Naehere Informationen entnehmen Sie bitter der Datei COPYING. Eine Liste
|
* Naehere Informationen entnehmen Sie bitter der Datei COPYING. Eine Liste
|
||||||
* der an ngIRCd beteiligten Autoren finden Sie in der Datei AUTHORS.
|
* der an ngIRCd beteiligten Autoren finden Sie in der Datei AUTHORS.
|
||||||
*
|
*
|
||||||
* $Id: messages.h,v 1.36 2002/03/12 15:19:12 alex Exp $
|
* $Id: messages.h,v 1.37 2002/03/12 22:08:24 alex Exp $
|
||||||
*
|
*
|
||||||
* irc.h: IRC-Befehle (Header)
|
* irc.h: IRC-Befehle (Header)
|
||||||
*/
|
*/
|
||||||
@ -23,7 +23,7 @@
|
|||||||
#define RPL_WELCOME_MSG RPL_WELCOME" %s :Welcome to the Internet Relay Network %s"
|
#define RPL_WELCOME_MSG RPL_WELCOME" %s :Welcome to the Internet Relay Network %s"
|
||||||
|
|
||||||
#define RPL_YOURHOST "002"
|
#define RPL_YOURHOST "002"
|
||||||
#define RPL_YOURHOST_MSG RPL_YOURHOST" %s :Your host is %s, running ngircd "VERSION"-"TARGET_OS"/"TARGET_CPU
|
#define RPL_YOURHOST_MSG RPL_YOURHOST" %s :Your host is %s, running ngircd "VERSION"-"TARGET_CPU"/"TARGET_VENDOR"/"TARGET_OS
|
||||||
|
|
||||||
#define RPL_CREATED "003"
|
#define RPL_CREATED "003"
|
||||||
#define RPL_CREATED_MSG RPL_CREATED" %s :This server was started %s"
|
#define RPL_CREATED_MSG RPL_CREATED" %s :This server was started %s"
|
||||||
|
@ -9,7 +9,7 @@
|
|||||||
* Naehere Informationen entnehmen Sie bitter der Datei COPYING. Eine Liste
|
* Naehere Informationen entnehmen Sie bitter der Datei COPYING. Eine Liste
|
||||||
* der an ngIRCd beteiligten Autoren finden Sie in der Datei AUTHORS.
|
* der an ngIRCd beteiligten Autoren finden Sie in der Datei AUTHORS.
|
||||||
*
|
*
|
||||||
* $Id: ngircd.c,v 1.33 2002/03/12 15:19:12 alex Exp $
|
* $Id: ngircd.c,v 1.34 2002/03/12 22:08:24 alex Exp $
|
||||||
*
|
*
|
||||||
* ngircd.c: Hier beginnt alles ;-)
|
* ngircd.c: Hier beginnt alles ;-)
|
||||||
*/
|
*/
|
||||||
@ -271,7 +271,7 @@ GLOBAL CHAR *NGIRCd_VersionAddition( VOID )
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
if( txt[0] ) strcat( txt, "-" );
|
if( txt[0] ) strcat( txt, "-" );
|
||||||
strcat( txt, TARGET_OS"/"TARGET_CPU );
|
strcat( txt, TARGET_CPU"/"TARGET_VENDOR"/"TARGET_OS );
|
||||||
|
|
||||||
return txt;
|
return txt;
|
||||||
} /* NGIRCd_VersionAddition */
|
} /* NGIRCd_VersionAddition */
|
||||||
|
Loading…
Reference in New Issue
Block a user