Put back accidentally removed word.
This commit is contained in:
parent
7d14177747
commit
5c16ab05a0
1 changed files with 1 additions and 1 deletions
|
@ -809,7 +809,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/X");
|
||||
sendto_one_notice(source_p, ":*** You are exempt from K/X lines");
|
||||
}
|
||||
|
||||
if(IsConfExemptDNSBL(aconf))
|
||||
|
|
Loading…
Reference in a new issue