Fix forwarding of LIST commands

Bug reported by Cahata, thanks!
This commit is contained in:
Alexander Barton 2012-02-12 13:51:43 +01:00
parent 89d99e2ff9
commit 391aa8d1f7
1 changed files with 1 additions and 1 deletions

View File

@ -651,7 +651,7 @@ IRC_LIST( CLIENT *Client, REQUEST *Req )
/* Target is indeed an other server, forward it! */
return IRC_WriteStrClientPrefix(target, from,
"LIST %s :%s",
Client_ID(from),
Req->argv[0],
Req->argv[1]);
}
}