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

Comparing ircd-hybrid-7.2/modules/m_locops.c (file contents):
Revision 884 by lusky, Sun Oct 2 21:05:51 2005 UTC vs.
Revision 885 by michael, Wed Oct 31 18:09:24 2007 UTC

# Line 93 | Line 93 | ms_locops(struct Client *client_p, struc
93    if (parc != 3 || EmptyString(parv[2]))
94      return;
95  
96 <  sendto_server(client_p, NULL, NULL, CAP_CLUSTER, 0, 0, "LOCOPS %s :%s",
96 >  sendto_server(client_p, NULL, CAP_CLUSTER, 0, "LOCOPS %s :%s",
97                  parv[1], parv[2]);
98  
99    if (!IsClient(source_p) || !match(parv[1], me.name))

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines