How can I see who is currently in a channel?

I can see this information when I initially connect, but is there a command I can run to see an updated list?

2

2 Answers

Type

/names

in the whichever channel you want a list of users for. This is the IRC command to do what you want.

2

You can issue the command who #channel, which will list the users currently in the named channel.

Exactly how you'd do it and exactly how the output is displayed depends on the client; I'm not familiar with irssi so can't really comment on that.

For other IRC commands, see for example technerd.net's summary of IRC commands. Note that many of those may very well be server-dependent.

2

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like