diff options
author | Daniel De Graaf <danieldg@inspircd.org> | 2010-04-28 14:39:00 -0500 |
---|---|---|
committer | Daniel De Graaf <danieldg@inspircd.org> | 2010-04-28 15:33:27 -0500 |
commit | 43d893c7196dfa159b39fc5de3a10f00d59200b4 (patch) | |
tree | c202a42bb589fd1b232c764ca8937c07f859b62d /include/inspircd.h | |
parent | c28b7526d1b0c7197c4098e62746f1bd62c8fac4 (diff) |
Add log header including ircd version
Diffstat (limited to 'include/inspircd.h')
-rw-r--r-- | include/inspircd.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/inspircd.h b/include/inspircd.h index d973fb66c..9568750c2 100644 --- a/include/inspircd.h +++ b/include/inspircd.h @@ -328,6 +328,8 @@ class CoreExport InspIRCd */ std::string GetUID(); + static const char LogHeader[]; + /** Find a user in the UUID hash * @param nick The nickname to find * @return A pointer to the user, or NULL if the user does not exist |