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

Comparing ircd-hybrid-7.2/modules/m_gline.c (file contents):
Revision 552 by michael, Fri Apr 21 15:37:22 2006 UTC vs.
Revision 553 by michael, Fri Apr 21 15:46:54 2006 UTC

# Line 384 | Line 384 | do_sgline(struct Client *client_p, struc
384  
385       ilog(L_TRACE, "#gline for %s@%s [%s] requested by %s",
386            user, host, reason, get_oper_name(source_p));
387
388     set_local_gline(source_p, user, host, reason);
387   #else
388       set_local_gline(source_p, user, host, reason);
389   #endif /* GLINE_VOTING */
392    
390    }
391   }
392  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines