ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/trunk/src/user.c
(Generate patch)

Comparing ircd-hybrid/trunk/src/s_user.c (file contents):
Revision 2097 by michael, Sun May 19 08:47:35 2013 UTC vs.
Revision 2125 by michael, Sun May 26 18:41:13 2013 UTC

# Line 757 | Line 757 | report_and_set_user_flags(struct Client
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  
# Line 766 | Line 766 | report_and_set_user_flags(struct Client
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  
# Line 776 | Line 776 | report_and_set_user_flags(struct Client
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  
# Line 792 | Line 792 | report_and_set_user_flags(struct Client
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  

Diff Legend

Removed lines
+ Added lines
< Changed lines (old)
> Changed lines (new)