24 |
#include "patchlevel.h" |
#include "patchlevel.h" |
25 |
#include "serno.h" |
#include "serno.h" |
26 |
#include "ircd.h" |
#include "ircd.h" |
|
#ifndef _WIN32 |
|
27 |
#include <sys/utsname.h> |
#include <sys/utsname.h> |
|
#else |
|
|
#include "s_bsd.h" |
|
|
#endif |
|
28 |
|
|
29 |
const char *ircd_version = PATCHLEVEL; |
const char *ircd_version = PATCHLEVEL; |
30 |
const char *serno = SERIALNUM; |
const char *serno = SERIALNUM; |
45 |
"IRC --", |
"IRC --", |
46 |
"Based on the original code written by Jarkko Oikarinen", |
"Based on the original code written by Jarkko Oikarinen", |
47 |
"Copyright 1988, 1989, 1990, 1991 University of Oulu, Computing Center", |
"Copyright 1988, 1989, 1990, 1991 University of Oulu, Computing Center", |
48 |
"Copyright (c) 1997-2006 Hybrid Development Team", |
"Copyright (c) 1997-2009 Hybrid Development Team", |
49 |
"", |
"", |
50 |
"This program is free software; you can redistribute it and/or", |
"This program is free software; you can redistribute it and/or", |
51 |
"modify it under the terms of the GNU General Public License as", |
"modify it under the terms of the GNU General Public License as", |