X-Git-Url: https://jfr.im/git/solanum.git/blobdiff_plain/b9a6f1e5a1d6be43486ea20073afd4192df33b97..1ccc642277721bfb8b7108c2c05edf7c921acbfb:/ircd/hash.c diff --git a/ircd/hash.c b/ircd/hash.c index cd8e8aa8..9601f244 100644 --- a/ircd/hash.c +++ b/ircd/hash.c @@ -420,7 +420,7 @@ get_or_create_channel(struct Client *client_p, const char *chname, bool *isnew) char *t; if(IsServer(client_p)) { - sendto_realops_snomask(SNO_DEBUG, L_ALL, + sendto_realops_snomask(SNO_DEBUG, L_NETWIDE, "*** Long channel name from %s (%d > %d): %s", client_p->name, len, CHANNELLEN, s); }