kline_exempt does not exempt from D:lines, so don't tell user it does.
This commit is contained in:
parent
ff03bfb3d6
commit
40aba72723
|
@ -811,7 +811,7 @@ report_and_set_user_flags(struct Client *source_p, struct ConfItem *aconf)
|
|||
if(IsConfExemptKline(aconf))
|
||||
{
|
||||
SetExemptKline(source_p);
|
||||
sendto_one_notice(source_p, ":*** You are exempt from K/D/G/X lines. congrats.");
|
||||
sendto_one_notice(source_p, ":*** You are exempt from K/G/X lines. congrats.");
|
||||
}
|
||||
|
||||
if(IsConfExemptGline(aconf))
|
||||
|
|
Loading…
Reference in New Issue