mirror of
https://github.com/matrix-construct/construct
synced 2024-11-25 16:22:35 +01:00
kline_exempt does not exempt from D:lines, so don't tell user it does.
This commit is contained in:
parent
b90022da01
commit
c7874951aa
1 changed files with 1 additions and 1 deletions
|
@ -811,7 +811,7 @@ report_and_set_user_flags(struct Client *source_p, struct ConfItem *aconf)
|
||||||
if(IsConfExemptKline(aconf))
|
if(IsConfExemptKline(aconf))
|
||||||
{
|
{
|
||||||
SetExemptKline(source_p);
|
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))
|
if(IsConfExemptGline(aconf))
|
||||||
|
|
Loading…
Reference in a new issue