ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/branches/newio/src/client.c
(Generate patch)

Comparing ircd-hybrid/trunk/src/client.c (file contents):
Revision 1798 by michael, Sun Mar 31 17:09:50 2013 UTC vs.
Revision 1832 by michael, Fri Apr 19 19:16:09 2013 UTC

# Line 462 | Line 462 | ban_them(struct Client *client_p, struct
462                         type_string, get_client_name(client_p, HIDE_IP));
463  
464    if (IsClient(client_p))
465 <    sendto_one(client_p, form_str(ERR_YOUREBANNEDCREEP),
465 >    sendto_one(client_p, ERR_YOUREBANNEDCREEP,
466                 me.name, client_p->name, user_reason);
467  
468    exit_client(client_p, &me, user_reason);
# Line 546 | Line 546 | find_chasing(struct Client *client_p, st
546                          (time_t)ConfigFileEntry.kill_chase_time_limit))
547                           == NULL)
548    {
549 <    sendto_one(source_p, form_str(ERR_NOSUCHNICK),
549 >    sendto_one(source_p, ERR_NOSUCHNICK,
550                 me.name, source_p->name, user);
551      return NULL;
552    }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines