757 |
|
if (IsConfDoSpoofIp(conf)) |
758 |
|
{ |
759 |
|
sendto_one(source_p, |
760 |
< |
":%s NOTICE %s :*** Spoofing your IP. congrats.", |
760 |
> |
":%s NOTICE %s :*** Spoofing your IP. Congrats.", |
761 |
|
me.name, source_p->name); |
762 |
|
} |
763 |
|
|
766 |
|
{ |
767 |
|
SetExemptKline(source_p); |
768 |
|
sendto_one(source_p, |
769 |
< |
":%s NOTICE %s :*** You are exempt from K/D/G lines. congrats.", |
769 |
> |
":%s NOTICE %s :*** You are exempt from K/D/G lines. Congrats.", |
770 |
|
me.name, source_p->name); |
771 |
|
} |
772 |
|
|
776 |
|
else if (IsConfExemptGline(conf)) |
777 |
|
{ |
778 |
|
SetExemptGline(source_p); |
779 |
< |
sendto_one(source_p, ":%s NOTICE %s :*** You are exempt from G lines.", |
779 |
> |
sendto_one(source_p, ":%s NOTICE %s :*** You are exempt from G lines. Congrats.", |
780 |
|
me.name, source_p->name); |
781 |
|
} |
782 |
|
|
783 |
|
if (IsConfExemptResv(conf)) |
784 |
|
{ |
785 |
|
SetExemptResv(source_p); |
786 |
< |
sendto_one(source_p, ":%s NOTICE %s :*** You are exempt from resvs.", |
786 |
> |
sendto_one(source_p, ":%s NOTICE %s :*** You are exempt from resvs. Congrats.", |
787 |
|
me.name, source_p->name); |
788 |
|
} |
789 |
|
|
792 |
|
{ |
793 |
|
SetExemptLimits(source_p); |
794 |
|
sendto_one(source_p, |
795 |
< |
":%s NOTICE %s :*** You are exempt from user limits. congrats.", |
795 |
> |
":%s NOTICE %s :*** You are exempt from user limits. Congrats.", |
796 |
|
me.name,source_p->name); |
797 |
|
} |
798 |
|
|