]> 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 84159e90ece475fff325e4649b83a05ddf379aec..4a621f46c95b3164667df87b4ee2abe882ff231b 100644 (file)
@@ -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
  */