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

This commit is contained in:
Valery Yatsko 2008-04-11 19:09:19 +04:00
parent ebe1c23691
commit eae062741d

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