UMODE_DEBUG -> SNO_DEBUG

This commit is contained in:
Valery Yatsko 2008-04-02 14:01:32 +04:00
parent 5c65d4ca0c
commit b871b3263d

View file

@ -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);
}