mirror of
https://github.com/osmarks/ngircd.git
synced 2025-01-31 17:49:11 +00:00
Fix forwarding of LIST commands
Bug reported by Cahata, thanks!
This commit is contained in:
parent
89d99e2ff9
commit
391aa8d1f7
@ -651,7 +651,7 @@ IRC_LIST( CLIENT *Client, REQUEST *Req )
|
|||||||
/* Target is indeed an other server, forward it! */
|
/* Target is indeed an other server, forward it! */
|
||||||
return IRC_WriteStrClientPrefix(target, from,
|
return IRC_WriteStrClientPrefix(target, from,
|
||||||
"LIST %s :%s",
|
"LIST %s :%s",
|
||||||
Client_ID(from),
|
Req->argv[0],
|
||||||
Req->argv[1]);
|
Req->argv[1]);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user