mirror of
https://github.com/osmarks/ngircd.git
synced 2025-11-13 04:03:56 +00:00
Fix forwarding of LIST commands
Bug reported by Cahata, thanks!
This commit is contained in:
@@ -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]);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user