diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2005-12-14 19:01:38 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2005-12-14 19:01:38 +0000 |
commit | b5bb8ac18421a29ee98ca61919959b0221feecd0 (patch) | |
tree | c8047375a236a6c06eae88d17abad83403fc3354 /include | |
parent | 5d5a633184b3cdcce2b95db5f988ba9f10135799 (diff) |
Sucky stuff
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2449 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'include')
-rw-r--r-- | include/inspircd.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/inspircd.h b/include/inspircd.h index d2a93bdef..fb6b8c316 100644 --- a/include/inspircd.h +++ b/include/inspircd.h @@ -101,7 +101,6 @@ class InspIRCd public: time_t startup_time; - std::vector<InspSocket*> module_sockets; bool LoadModule(const char* filename); bool UnloadModule(const char* filename); |