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

Comparing ircd-hybrid-7.2/contrib/m_change.c (file contents):
Revision 34 by lusky, Sun Oct 2 21:05:51 2005 UTC vs.
Revision 343 by michael, Sat Dec 31 09:38:11 2005 UTC

# Line 172 | Line 172 | mo_chghost(struct Client *client_p, stru
172    }
173  
174    strcpy(target_p->host, parv[2]);
175 <  
175 >  SetIPSpoof(target_p);
176 >
177    if (MyClient(source_p))
178    {
179      sendto_server(client_p, source_p, NULL, NOCAPS, NOCAPS, LL_ICLIENT,

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines