Put back accidentally removed word.

This commit is contained in:
Jilles Tjoelker 2008-11-26 21:38:49 +01:00
parent 7d14177747
commit 5c16ab05a0

View file

@ -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))