]> jfr.im git - irc/rqf/shadowircd.git/blobdiff - modules/m_ping.c
Allow /ojoin !#channel/%#channel, if admin/halfop are enabled.
[irc/rqf/shadowircd.git] / modules / m_ping.c
index f2a0be3e5812dadb40bcb8105db56220e2a507d5..bb5cadeeef9711d91ec51c3994c03bb3380e11b4 100644 (file)
@@ -29,7 +29,7 @@
 #include "ircd.h"
 #include "numeric.h"
 #include "send.h"
-#include "irc_string.h"
+#include "match.h"
 #include "msg.h"
 #include "parse.h"
 #include "modules.h"
@@ -50,7 +50,6 @@ DECLARE_MODULE_AV1(ping, NULL, NULL, ping_clist, NULL, NULL, "$Revision: 254 $")
 
 /*
 ** m_ping
-**      parv[0] = sender prefix
 **      parv[1] = origin
 **      parv[2] = destination
 */