]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_hostchange.cpp
Note: FOR THE MOMENT, this is BROKEN. It wont run right until im done.
[user/henk/code/inspircd.git] / src / modules / m_hostchange.cpp
index d4da6d1ff27b8ce9934888e09c22da9b321f16e7..512af06cd8c91c7eeb1c501e3a1031ce5f59493b 100644 (file)
@@ -45,10 +45,10 @@ class ModuleHostChange : public Module
        std::string MySuffix;
         
  public:
-       ModuleHostChange(Server* Me)
+       ModuleHostChange(InspIRCd* Me)
                : Module::Module(Me)
        {
-               Srv = Me;
+               
                Conf = new ConfigReader;
                OnRehash("");
        }
@@ -158,7 +158,7 @@ class ModuleHostChangeFactory : public ModuleFactory
        {
        }
        
-       virtual Module * CreateModule(Server* Me)
+       virtual Module * CreateModule(InspIRCd* Me)
        {
                return new ModuleHostChange(Me);
        }