'You are exempt from...' message fixed - glines gone
This commit is contained in:
parent
9f082aa27a
commit
f8a44ea2a6
|
@ -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))
|
||||
|
|
Loading…
Reference in New Issue