Put back accidentally removed word.
This commit is contained in:
parent
b29e40b7ca
commit
e7c8892297
|
@ -809,7 +809,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/X");
|
sendto_one_notice(source_p, ":*** You are exempt from K/X lines");
|
||||||
}
|
}
|
||||||
|
|
||||||
if(IsConfExemptDNSBL(aconf))
|
if(IsConfExemptDNSBL(aconf))
|
||||||
|
|
Loading…
Reference in New Issue