'You are exempt from...' message fixed - glines gone

This commit is contained in:
Valery Yatsko 2008-04-11 19:09:19 +04:00
parent 9f082aa27a
commit f8a44ea2a6
1 changed files with 1 additions and 1 deletions

View File

@ -815,7 +815,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/G/X lines. congrats.");
sendto_one_notice(source_p, ":*** You are exempt from K/X lines. congrats.");
}
if(IsConfExemptDNSBL(aconf))