X-Git-Url: https://jfr.im/git/irc/rqf/shadowircd.git/blobdiff_plain/08d11e34cc17e3045231729d87025a0cfa598f54..585e477be8d7cfa2c0308568e5cab8df095a639e:/modules/m_locops.c diff --git a/modules/m_locops.c b/modules/m_locops.c index 96681e0..f774ed8 100644 --- a/modules/m_locops.c +++ b/modules/m_locops.c @@ -21,13 +21,12 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 * USA * - * $Id: m_locops.c 254 2005-09-21 23:35:12Z nenolod $ */ #include "stdinc.h" #include "client.h" #include "ircd.h" -#include "irc_string.h" +#include "match.h" #include "numeric.h" #include "send.h" #include "s_user.h" @@ -54,7 +53,6 @@ DECLARE_MODULE_AV1(locops, NULL, NULL, locops_clist, NULL, NULL, "$Revision: 254 /* * m_locops - LOCOPS message handler * (write to *all* local opers currently online) - * parv[0] = sender prefix * parv[1] = message text */ static int @@ -72,8 +70,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]);