문제

I am connecting to an IRC server (Freenode IRC server) and am also entering into group #ubuntu. Now I want list all the users in that group.

/list lists only the channels

Is there a command for listing users in that group?

도움이 되었습니까?

해결책

The NAMES protocol command lists the members of a channel. This is often bound by clients to a /names command.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top