]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_globalload.cpp
Improved strhashcomp with no allocations
[user/henk/code/inspircd.git] / src / modules / m_globalload.cpp
index 5d3ed765632916b3ee5e561abb3085469b52e734..18258e3baca6dfecdb767e8638cfb48fede31e08 100644 (file)
@@ -29,7 +29,6 @@ using namespace std;
 #include "modules.h"
 #include "inspircd.h"
 
-Server *Srv;
 extern InspIRCd *ServerInstance;
         
 class cmd_gloadmodule : public command_t
@@ -80,6 +79,7 @@ class ModuleGlobalLoad : public Module
 {
        cmd_gloadmodule *mycommand;
        cmd_gunloadmodule *mycommand2;
+       Server *Srv;
  public:
        ModuleGlobalLoad(Server* Me) : Module::Module(Me)
        {