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/user.c (file contents):
Revision 4819 by michael, Sat Nov 1 16:49:40 2014 UTC vs.
Revision 4856 by michael, Fri Nov 7 16:58:11 2014 UTC

# Line 232 | Line 232 | report_and_set_user_flags(struct Client
232    if (IsConfDoSpoofIp(conf))
233      sendto_one_notice(source_p, &me, ":*** Spoofing your IP. Congrats.");
234  
235 <  /* If this user is in the exception class, Set it "E lined" */
235 >  /* If this user is in the exception class, set it "E lined" */
236    if (IsConfExemptKline(conf))
237    {
238      SetExemptKline(source_p);

Diff Legend

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