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

Comparing ircd-hybrid/trunk/src/parse.c (file contents):
Revision 2887 by michael, Wed Jan 15 23:10:26 2014 UTC vs.
Revision 2888 by michael, Tue Jan 21 17:47:11 2014 UTC

# Line 716 | Line 716 | handle_numeric(char numeric[], struct Cl
716          !HasUMode(target_p, UMODE_OPER))
717        sendto_one(target_p, ":%s %s %s %s", me.name, numeric, target_p->name, parv[2]);
718      else
719 <      sendto_one(target_p, ":%s %s %s %s", ID_or_name(source_p, target_p->from),
720 <                 numeric, ID_or_name(target_p, target_p->from), parv[2]);
719 >      sendto_one(target_p, ":%s %s %s %s", ID_or_name(source_p, target_p),
720 >                 numeric, ID_or_name(target_p, target_p), parv[2]);
721    }
722    else
723      sendto_channel_local(ALL_MEMBERS, 0, chptr, ":%s %s %s %s",

Diff Legend

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