X-Git-Url: https://jfr.im/git/solanum.git/blobdiff_plain/d295a3986d7bb97c3b36facb1c1d94cbc35d50a5..a92275551218402bf4969a7fe613cab27416c4ef:/modules/m_chghost.c diff --git a/modules/m_chghost.c b/modules/m_chghost.c index b6711f76..a402367a 100644 --- a/modules/m_chghost.c +++ b/modules/m_chghost.c @@ -113,7 +113,7 @@ do_chghost(struct Client *source_p, struct Client *target_p, { if (!clean_host(newhost)) { - sendto_realops_snomask(SNO_GENERAL, is_encap ? L_ALL : L_NETWIDE, "%s attempted to change hostname for %s to %s (invalid)", + sendto_realops_snomask(SNO_GENERAL, L_NETWIDE, "%s attempted to change hostname for %s to %s (invalid)", IsServer(source_p) ? source_p->name : get_oper_name(source_p), target_p->name, newhost); /* sending this remotely may disclose important