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

Comparing ircd-hybrid/trunk/modules/m_dline.c (file contents):
Revision 1703 by michael, Sun Dec 23 14:26:36 2012 UTC vs.
Revision 1761 by michael, Fri Jan 18 19:21:39 2013 UTC

# Line 498 | Line 498 | ms_undline(struct Client *client_p, stru
498      return;
499  
500    sendto_match_servs(source_p, parv[1], CAP_UNDLN,
501 <                     "UNDLINE %s %s %s",
501 >                     "UNDLINE %s %s",
502                       parv[1], parv[2]);
503  
504    me_undline(client_p, source_p, parc, parv);

Diff Legend

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