diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2004-04-19 10:46:38 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2004-04-19 10:46:38 +0000 |
commit | 1057bf490003a4a6ead14c5c2d8c025a11f1a03d (patch) | |
tree | 27a93ed35299257ee0e0393762445cc697af8dcf /src/connection.cpp | |
parent | b308d00aaa5ac508b7ad5c1d1279d1b0c463582a (diff) |
Moved all command handler functions into commands.cpp/commands.h
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@671 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/connection.cpp')
-rw-r--r-- | src/connection.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/connection.cpp b/src/connection.cpp index ce166ace0..ec3007a8c 100644 --- a/src/connection.cpp +++ b/src/connection.cpp @@ -12,11 +12,14 @@ using namespace std; + extern std::vector<Module*> modules; extern std::vector<ircd_module*> factory; extern int MODCOUNT; + + connection::connection() { fd = 0; |