]> jfr.im git - irc/rqf/shadowircd.git/blobdiff - src/modules.c
Do not check floodcount if user is messaging self.
[irc/rqf/shadowircd.git] / src / modules.c
index f71f34cca8b2ecffa371ee24aba3b8e0b8cbae0d..a8b84afe80c631a4ac4978de4faf1c0321b06641 100644 (file)
@@ -28,7 +28,7 @@
 
 
 #include "modules.h"
-#include "s_log.h"
+#include "logger.h"
 #include "ircd.h"
 #include "client.h"
 #include "send.h"
@@ -37,8 +37,7 @@
 #include "numeric.h"
 #include "parse.h"
 #include "ircd_defs.h"
-#include "irc_string.h"
-#include "sprintf_irc.h"
+#include "match.h"
 
 
 
@@ -69,7 +68,6 @@ static const char *core_module_table[] = {
        "m_part",
        "m_quit",
        "m_server",
-       "m_sjoin",
        "m_squit",
        NULL
 };