]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_showwhois.cpp
When a server sends a SERVER command with <5 params, dont just close the connection...
[user/henk/code/inspircd.git] / src / modules / m_showwhois.cpp
index fd1381f22b892e0adcd17d62d97c1e239d14d9c1..02ac49d2275e70379cdecb0de6cfab53251ba185 100644 (file)
@@ -12,9 +12,6 @@
  */
 
 #include "inspircd.h"
-#include "users.h"
-#include "channels.h"
-#include "modules.h"
 
 /* $ModDesc: Allows opers to set +W to see when a user uses WHOIS on them */
 
@@ -106,4 +103,4 @@ class ModuleShowwhois : public Module
 
 };
 
-MODULE_INIT(ModuleShowwhois);
+MODULE_INIT(ModuleShowwhois)