]> jfr.im git - irc/rqf/shadowircd.git/blobdiff - extensions/m_ojoin.c
Prevent cork usage as charybdis doesn't have its support
[irc/rqf/shadowircd.git] / extensions / m_ojoin.c
index e3a6fa55815382fa63b4966e50da5a9a289406d8..96a1775bb0c9e2814950f22bc9c7b24532ccbbdf 100644 (file)
 
 #include "stdinc.h"
 #include "tools.h"
-#include "patricia.h"
 #include "channel.h"
-#include "client.h"
+#include "client.h" 
 #include "ircd.h"
 #include "numeric.h"
 #include "s_log.h"
 #include "s_serv.h"
 #include "s_conf.h"
-#include "s_newconf.h"
+#include "s_newconf.h" 
 #include "send.h"
 #include "whowas.h"
 #include "irc_string.h"
-#include "hash.h"
+#include "hash.h" 
 #include "msg.h"
 #include "parse.h"
 #include "modules.h"
 
-
 static int mo_ojoin(struct Client *client_p, struct Client *source_p, int parc, const char *parv[]);