diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2005-12-16 09:56:33 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2005-12-16 09:56:33 +0000 |
commit | 898e8da56573c70524a926c1df5dbab7ffcca6a5 (patch) | |
tree | c39386855aacfb719554af7cb3afe0d3c62e59b4 /src/commands.cpp | |
parent | 7cf8d9c1c8ba68419d282e715b7fc3575987a6f2 (diff) |
Moved command parsing crap into command_parse.cpp
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2505 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/commands.cpp')
-rw-r--r-- | src/commands.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/commands.cpp b/src/commands.cpp index 258fb635c..0b43ca134 100644 --- a/src/commands.cpp +++ b/src/commands.cpp @@ -61,6 +61,7 @@ using namespace std; #include "hashcomp.h" #include "socketengine.h" #include "typedefs.h" +#include "command_parse.h" extern SocketEngine* SE; extern ServerConfig* Config; |