summaryrefslogtreecommitdiff
path: root/src/send.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/send.c')
-rw-r--r--src/send.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/send.c b/src/send.c
index b7bf044..9442471 100644
--- a/src/send.c
+++ b/src/send.c
@@ -172,7 +172,7 @@ send_message_remote(struct Client *to, struct Client *from,
AddFlag(to, FLAGS_KILLED);
if (IsClient(from))
- sendto_one(from, form_str(ERR_GHOSTEDCLIENT),
+ sendto_one(from, ERR_GHOSTEDCLIENT,
me.name, from->name, to->name, to->username,
to->host, to->from);