X-Git-Url: https://jfr.im/git/irc/rqf/shadowircd.git/blobdiff_plain/d3455e2c7e2f9040e1b7628d9cf52b26a24dcefc..4d9be1a6a32eb7e720b2aaa4a45e00611a545079:/unsupported/m_force.c?ds=sidebyside diff --git a/unsupported/m_force.c b/unsupported/m_force.c index 84159e9..4a621f4 100644 --- a/unsupported/m_force.c +++ b/unsupported/m_force.c @@ -34,8 +34,7 @@ #include "class.h" #include "client.h" #include "common.h" -#include "irc_string.h" -#include "sprintf_irc.h" +#include "match.h" #include "ircd.h" #include "hostmask.h" #include "numeric.h" @@ -70,7 +69,6 @@ DECLARE_MODULE_AV1(force, NULL, NULL, force_clist, NULL, NULL, "$Revision: 3297 /* * m_forcejoin - * parv[0] = sender prefix * parv[1] = user to force * parv[2] = channel to force them into */