sendto_one (sptr, err_str (ERR_ERRONEUSNICKNAME), me.name,
BadPtr (parv[0]) ? "*" : parv[0], nick,
BadPtr (qrsn) ? "reason unspecified" : qrsn);
- sendto_realops ("Forbidding %s nick %s from %s.", qtyp, nick,
- get_client_name (cptr, FALSE));
+ sendto_realops ("Forbidding %s nick %s (matched %s) from %s.", qtyp, nick,
+ aconf->name, get_client_name (cptr, FALSE));
return 0; /* NICK command ignored */
}
/* either an oper, or a server sent NICK -- warn about it but