UMODE_DEBUG -> SNO_DEBUG
This commit is contained in:
parent
5c65d4ca0c
commit
b871b3263d
1 changed files with 1 additions and 1 deletions
|
@ -520,7 +520,7 @@ get_or_create_channel(struct Client *client_p, const char *chname, int *isnew)
|
||||||
{
|
{
|
||||||
if(IsServer(client_p))
|
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",
|
"*** Long channel name from %s (%d > %d): %s",
|
||||||
client_p->name, len, CHANNELLEN, s);
|
client_p->name, len, CHANNELLEN, s);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue