]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_operjoin.cpp
Fix potential for duplicate SID if the SID is auto generated.
[user/henk/code/inspircd.git] / src / modules / m_operjoin.cpp
index 110f2fbf3724df9bfc57f6a5388798985e4a802c..8383de739a20f41accb54e69477b6a7ded682e15 100644 (file)
@@ -12,9 +12,6 @@
  */
 
 #include "inspircd.h"
-#include "users.h"
-#include "channels.h"
-#include "modules.h"
 
 /* $ModDesc: Forces opers to join the specified channel(s) on oper-up */
 
@@ -87,4 +84,4 @@ class ModuleOperjoin : public Module
 
 };
 
-MODULE_INIT(ModuleOperjoin);
+MODULE_INIT(ModuleOperjoin)