diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2005-12-16 12:47:09 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2005-12-16 12:47:09 +0000 |
commit | c07c9729f37becb33900a9ff8b0b08ee1e8648a1 (patch) | |
tree | 2bf151a5b9de3ba6f9ee02cf84d3b7af995ff5da /include/inspircd.h | |
parent | f5754cbc9c77387adafc6c58b5d46ffa9b5facd3 (diff) |
Moved serverstats* stats to InspIRCd class
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2528 e03df62e-2008-0410-955e-edbf42e46eb7
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 9ed1b0468..bf096272b 100644 --- a/include/inspircd.h +++ b/include/inspircd.h @@ -109,7 +109,9 @@ class InspIRCd ModeParser* ModeGrok; CommandParser* Parser; SocketEngine* SE; + serverstats* stats; + void MakeLowerMap() std::string GetRevision(); std::string GetVersionString(); char* ModuleError(); |