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

Comparing ircd-hybrid/trunk/modules/m_xline.c (file contents):
Revision 1845 by michael, Mon Apr 22 18:33:02 2013 UTC vs.
Revision 2115 by michael, Sun May 26 11:13:03 2013 UTC

# Line 185 | Line 185 | relay_xline(struct Client *source_p, cha
185    int t_sec;
186  
187    t_sec = atoi(parv[3]);
188  /* XXX kludge! */
189  if (t_sec < 3)
190    t_sec = 0;
188  
189    sendto_match_servs(source_p, parv[1], CAP_CLUSTER,
190                       "XLINE %s %s %s :%s",

Diff Legend

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