summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/parse.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/parse.c b/src/parse.c
index a64c97d..425690f 100644
--- a/src/parse.c
+++ b/src/parse.c
@@ -707,7 +707,7 @@ 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),
+ 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]);
}
else