]> jfr.im git - irc/rqf/shadowircd.git/blobdiff - unsupported/m_force.c
Add description for LOCOPS message.
[irc/rqf/shadowircd.git] / unsupported / m_force.c
index 20a3ccf40418e54cb8d025b0626dbe7fdce7388e..4a621f46c95b3164667df87b4ee2abe882ff231b 100644 (file)
 #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"
 #include "s_conf.h"
 #include "s_newconf.h"
-#include "s_log.h"
+#include "logger.h"
 #include "send.h"
 #include "hash.h"
 #include "s_serv.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
  */