]> 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 068ab75e3d82c0968e7f96859f91b78d14576ab4..a8b84afe80c631a4ac4978de4faf1c0321b06641 100644 (file)
@@ -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
 };