'You are exempt from...' message fixed - glines gone
This commit is contained in:
parent
ebe1c23691
commit
eae062741d
1 changed files with 1 additions and 1 deletions
|
@ -815,7 +815,7 @@ report_and_set_user_flags(struct Client *source_p, struct ConfItem *aconf)
|
||||||
if(IsConfExemptKline(aconf))
|
if(IsConfExemptKline(aconf))
|
||||||
{
|
{
|
||||||
SetExemptKline(source_p);
|
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))
|
if(IsConfExemptDNSBL(aconf))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue