m_alias: correctly construct string to be sent
This commit is contained in:
parent
8dd5d185e8
commit
4ad9738d7a
1 changed files with 1 additions and 1 deletions
|
@ -150,7 +150,7 @@ m_alias(struct MsgBuf *msgbuf, struct Client *client_p, struct Client *source_p,
|
|||
return;
|
||||
}
|
||||
|
||||
str = reconstruct_parv(parc, parv);
|
||||
str = reconstruct_parv(parc - 1, &parv[1]);
|
||||
if(EmptyString(str))
|
||||
{
|
||||
sendto_one(client_p, form_str(ERR_NOTEXTTOSEND), me.name, target_p->name);
|
||||
|
|
Loading…
Reference in a new issue