summaryrefslogtreecommitdiff
path: root/src/parse.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/parse.c')
-rw-r--r--src/parse.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/parse.c b/src/parse.c
index d38aa8d..82175de 100644
--- a/src/parse.c
+++ b/src/parse.c
@@ -716,8 +716,8 @@ handle_numeric(char numeric[], struct Client *client_p, struct Client *source_p,
!HasUMode(target_p, UMODE_OPER))
sendto_one(target_p, ":%s %s %s %s", me.name, numeric, target_p->name, parv[2]);
else
- sendto_one(target_p, ":%s %s %s %s", ID_or_name(source_p, target_p->from),
- numeric, ID_or_name(target_p, target_p->from), parv[2]);
+ sendto_one(target_p, ":%s %s %s %s", ID_or_name(source_p, target_p),
+ numeric, ID_or_name(target_p, target_p), parv[2]);
}
else
sendto_channel_local(ALL_MEMBERS, 0, chptr, ":%s %s %s %s",