diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2005-12-26 17:57:24 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2005-12-26 17:57:24 +0000 |
commit | bd59b1a9a283c09b318bd3a6cb93774d5961b794 (patch) | |
tree | a6a24a33ef748ec2c0e080acb51f961e9e4a81f0 /src/cmd_info.cpp | |
parent | a9b90ecb4329498aba52da6aaa9812e3a70b8e11 (diff) |
Fixed support for implementation hooks
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2654 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/cmd_info.cpp')
-rw-r--r-- | src/cmd_info.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cmd_info.cpp b/src/cmd_info.cpp index 0f9abf8d5..ad1464afb 100644 --- a/src/cmd_info.cpp +++ b/src/cmd_info.cpp @@ -33,6 +33,7 @@ using namespace std; #include "typedefs.h" #include "cmd_info.h" +extern ServerConfig* Config; extern int MODCOUNT; extern std::vector<Module*> modules; extern std::vector<ircd_module*> factory; |