diff options
Diffstat (limited to 'modules/m_locops.c')
-rw-r--r-- | modules/m_locops.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/m_locops.c b/modules/m_locops.c index b3c9940..19546f6 100644 --- a/modules/m_locops.c +++ b/modules/m_locops.c @@ -62,7 +62,7 @@ mo_locops(struct Client *client_p, struct Client *source_p, return; } - sendto_realops_flags(UMODE_ALL, L_ALL, SEND_LOCOPS, "from: %s: %s", + sendto_realops_flags(UMODE_LOCOPS, L_ALL, SEND_LOCOPS, "from: %s: %s", source_p->name, message); cluster_a_line(source_p, "LOCOPS", 0, SHARED_LOCOPS, message); } @@ -82,7 +82,7 @@ ms_locops(struct Client *client_p, struct Client *source_p, if (find_matching_name_conf(CONF_ULINE, source_p->servptr->name, "*", "*", SHARED_LOCOPS)) - sendto_realops_flags(UMODE_ALL, L_ALL, SEND_LOCOPS, "from: %s: %s", + sendto_realops_flags(UMODE_LOCOPS, L_ALL, SEND_LOCOPS, "from: %s: %s", source_p->name, parv[2]); } |