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

Comparing ircd-hybrid/trunk/src/send.c (file contents):
Revision 1832 by michael, Fri Apr 19 19:16:09 2013 UTC vs.
Revision 1834 by michael, Fri Apr 19 19:50:27 2013 UTC

# Line 172 | Line 172 | send_message_remote(struct Client *to, s
172      AddFlag(to, FLAGS_KILLED);
173  
174      if (IsClient(from))
175 <      sendto_one(from, ERR_GHOSTEDCLIENT,
175 >      sendto_one(from, form_str(ERR_GHOSTEDCLIENT),
176                   me.name, from->name, to->name, to->username,
177                   to->host, to->from);
178  

Diff Legend

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