From b871b3263d70ef806fdf636e11b5290c817d1333 Mon Sep 17 00:00:00 2001 From: Valery Yatsko Date: Wed, 2 Apr 2008 14:01:32 +0400 Subject: [PATCH] UMODE_DEBUG -> SNO_DEBUG --- src/hash.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hash.c b/src/hash.c index bdd90dbc..f54a91db 100644 --- a/src/hash.c +++ b/src/hash.c @@ -520,7 +520,7 @@ get_or_create_channel(struct Client *client_p, const char *chname, int *isnew) { if(IsServer(client_p)) { - sendto_realops_flags(UMODE_DEBUG, L_ALL, + sendto_realops_snomask(SNO_DEBUG, L_ALL, "*** Long channel name from %s (%d > %d): %s", client_p->name, len, CHANNELLEN, s); }