]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_conn_waitpong.cpp
Annotations
[user/henk/code/inspircd.git] / src / modules / m_conn_waitpong.cpp
index 43d0f2216d0edae3fc912481178f2ccea7e5aed3..937577c5ec2443e67b0758a5374943d0a9eb48cf 100644 (file)
@@ -4,12 +4,12 @@
 #include "users.h"
 #include "channels.h"
 #include "modules.h"
-#include "helperfuncs.h"
+
 #include "inspircd.h"
 
 /* $ModDesc: Forces connecting clients to send a PONG message back to the server before they can complete their connection */
 
-extern InspIRCd* ServerInstance;
+
 
 char* RandString(unsigned int length)
 {
@@ -47,7 +47,7 @@ class ModuleWaitPong : public Module
        
        virtual void OnRehash(const std::string &param)
        {
-               Conf = new ConfigReader;
+               Conf = new ConfigReader(ServerInstance);
                
                sendsnotice = Conf->ReadFlag("waitpong", "sendsnotice", 0);