]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_opermodes.cpp
When a server sends a SERVER command with <5 params, dont just close the connection...
[user/henk/code/inspircd.git] / src / modules / m_opermodes.cpp
index e01a22fe619eeb4fa818ebfa79fb8b06fb23001a..fea793c0416b66f24bb6c44e4529b1366adb63a4 100644 (file)
@@ -12,9 +12,6 @@
  */
 
 #include "inspircd.h"
-#include "users.h"
-#include "channels.h"
-#include "modules.h"
 
 /* $ModDesc: Sets (and unsets) modes on opers when they oper up */
 
@@ -106,4 +103,4 @@ class ModuleModesOnOper : public Module
        }
 };
 
-MODULE_INIT(ModuleModesOnOper);
+MODULE_INIT(ModuleModesOnOper)