diff options
-rw-r--r-- | modules/m_locops.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/m_locops.c b/modules/m_locops.c index 73d39cd..2d00f0f 100644 --- a/modules/m_locops.c +++ b/modules/m_locops.c @@ -78,7 +78,7 @@ ms_locops(struct Client *client_p, struct Client *source_p, sendto_match_servs(source_p, parv[1], CAP_CLUSTER, "LOCOPS %s :%s", parv[1], parv[2]); - if (!IsClient(source_p) || match(parv[1], me.name)) + if (match(parv[1], me.name)) return 0; if (find_matching_name_conf(CONF_ULINE, source_p->servptr->name, |