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

Comparing ircd-hybrid/branches/8.1.x/src/s_user.c (file contents):
Revision 2124 by michael, Sun May 26 18:40:57 2013 UTC vs.
Revision 2135 by michael, Wed May 29 18:59:53 2013 UTC

# Line 755 | Line 755 | report_and_set_user_flags(struct Client
755   {
756    /* If this user is being spoofed, tell them so */
757    if (IsConfDoSpoofIp(conf))
758  {
758      sendto_one(source_p,
759                 ":%s NOTICE %s :*** Spoofing your IP. Congrats.",
760                 me.name, source_p->name);
762  }
761  
762    /* If this user is in the exception class, Set it "E lined" */
763    if (IsConfExemptKline(conf))

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines