diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2005-12-14 18:22:11 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2005-12-14 18:22:11 +0000 |
commit | c76bb1695fce08aa75ad6ba706cb203e28b75652 (patch) | |
tree | 2c97bda426ddd831f269cc1e4deef3e583ea0eca /include | |
parent | a51984ba6fe32bde391f961d4ff52628b768d346 (diff) |
Shuffling stuff about
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2439 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'include')
-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 d3c7db549..bb96ae32b 100644 --- a/include/inspircd.h +++ b/include/inspircd.h @@ -101,6 +101,8 @@ class InspIRCd bool LoadModule(const char* filename); public: + time_t startup_time; + InspIRCd(int argc, char** argv); int Run(); |