UMODE_DEBUG -> SNO_DEBUG

This commit is contained in:
Valery Yatsko 2008-04-02 14:01:32 +04:00
parent db3ff62e3b
commit aa97babfaf
1 changed files with 1 additions and 1 deletions

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