]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/extra/m_testclient.cpp
Fixed ssl clients on trunk. The problem peavey was having was that before ReadBuffer...
[user/henk/code/inspircd.git] / src / modules / extra / m_testclient.cpp
index f4e58b7b5969cbee5810b759585c3c129d47ac95..da0d36df837d7c5409079a367750677a5c375077 100644 (file)
@@ -41,7 +41,7 @@ public:
        
        virtual void OnBackgroundTimer(time_t foo)
        {
-               Module* target = ServerInstance->FindFeature("SQL");
+               Module* target = ServerInstance->Modules->FindFeature("SQL");
                
                if(target)
                {
@@ -107,4 +107,3 @@ public:
 };
 
 MODULE_INIT(ModuleTestClient);
-