]> jfr.im git - irc/rqf/shadowircd.git/blobdiff - modules/m_locops.c
Allow /ojoin !#channel/%#channel, if admin/halfop are enabled.
[irc/rqf/shadowircd.git] / modules / m_locops.c
index 4e6215768f277bf47182bba40f3eb2ce8d5921b8..f03cc2b9ca4da7c0144c6ca11e338d8a12b71cfc 100644 (file)
@@ -71,8 +71,8 @@ m_locops(struct Client *client_p, struct Client *source_p, int parc, const char
 static int
 ms_locops(struct Client *client_p, struct Client *source_p, int parc, const char *parv[])
 {
-       /* parv[0]  parv[1]      parv[2]
-        * oper     target serv  message
+       /* source_p  parv[1]      parv[2]
+        * oper      target serv  message
         */
        propagate_generic(source_p, "LOCOPS", parv[1], CAP_CLUSTER, 
                                ":%s", parv[2]);