Add back unresv (permanent resv) notices.
This commit is contained in:
parent
43d4d72ca9
commit
1a9ea263fa
1 changed files with 7 additions and 0 deletions
|
@ -462,7 +462,14 @@ remove_resv(struct Client *source_p, const char *name)
|
|||
}
|
||||
|
||||
if(!aconf->hold)
|
||||
{
|
||||
bandb_del(BANDB_RESV, aconf->host, NULL);
|
||||
sendto_one_notice(source_p, ":RESV for [%s] is removed", name);
|
||||
sendto_realops_snomask(SNO_GENERAL, L_ALL,
|
||||
"%s has removed the RESV for: [%s]",
|
||||
get_oper_name(source_p), name);
|
||||
ilog(L_KLINE, "UR %s %s", get_oper_name(source_p), name);
|
||||
}
|
||||
else
|
||||
{
|
||||
sendto_one_notice(source_p, ":RESV for [%s] is removed", name);
|
||||
|
|
Loading…
Reference in a new issue