]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/server.cpp
2.0.1 release
[user/henk/code/inspircd.git] / src / server.cpp
index 822b466241b0bc459f09480818ec891ccc0fc76a..8c8e1b0dc35a4d076478a43312349c77a786a6a8 100644 (file)
@@ -67,6 +67,10 @@ std::string InspIRCd::GetVersionString(bool operstring)
        return versiondata;
 }
 
+const char InspIRCd::LogHeader[] =
+       "Log started for " VERSION " (" REVISION ", " MODULE_INIT_STR ")"
+       " - compiled on " SYSTEM;
+
 void InspIRCd::BuildISupport()
 {
        // the neatest way to construct the initial 005 numeric, considering the number of configure constants to go in it...