]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_blockcaps.cpp
Fix potential for duplicate SID if the SID is auto generated.
[user/henk/code/inspircd.git] / src / modules / m_blockcaps.cpp
index c07575d3287b5591f62049b445f873338754aadc..21e08470f7518694756d0e9a99b128de4ffc5927 100644 (file)
  */
 
 #include "inspircd.h"
-#include "users.h"
-#include "channels.h"
-#include "modules.h"
-#include "mode.h"
 
 /* $ModDesc: Provides support for channel mode +P to block all-CAPS channel messages and notices */
 
@@ -140,4 +136,4 @@ public:
        }
 };
 
-MODULE_INIT(ModuleBlockCAPS);
+MODULE_INIT(ModuleBlockCAPS)