]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_invisible.cpp
dz is determined to crash your ircd :P
[user/henk/code/inspircd.git] / src / modules / m_invisible.cpp
index 774c50b70047790308628afcf00ab2f67d34c6ea..a0a2388f010697d17e075de256229fadb1aa60a4 100644 (file)
@@ -12,9 +12,6 @@
  */
 
 #include "inspircd.h"
-#include "users.h"
-#include "channels.h"
-#include "modules.h"
 #include <stdarg.h>
 
 /* $ModDesc: Allows for opered clients to join channels without being seen, similar to unreal 3.1 +I mode */
@@ -84,7 +81,7 @@ class InvisibleMode : public ModeHandler
                        dest->SetMode('Q', adding);
 
                        /* Fix for bug #379 reported by stealth. On +/-Q make m_watch think the user has signed on/off */
-                       Module* m = ServerInstance->FindModule("m_watch.so");
+                       Module* m = ServerInstance->Modules->Find("m_watch.so");
 
                        /* This must come before setting/unsetting the handler */
                        if (m && adding)