]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_chancreate.cpp
When a server sends a SERVER command with <5 params, dont just close the connection...
[user/henk/code/inspircd.git] / src / modules / m_chancreate.cpp
index 5c43b3bf15c5db6fbcdd93b594a7927d2518fed5..232d55314d3c7e809e0728751999e158b2c24e32 100644 (file)
@@ -12,9 +12,6 @@
  */
 
 #include "inspircd.h"
-#include "users.h"
-#include "channels.h"
-#include "modules.h"
 
 /* $ModDesc: Creates a snomask with notices whenever a new channel is created */
 
@@ -52,4 +49,4 @@ class ModuleChanCreate : public Module
        }
 };
 
-MODULE_INIT(ModuleChanCreate);
+MODULE_INIT(ModuleChanCreate)