# | 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", |
– | Removed lines |
+ | Added lines |
< | Changed lines (old) |
> | Changed lines (new) |