How can I see who is currently in a channel?

8

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

Starkers

Posted 2013-10-12T22:20:18.760

Reputation: 1 798

Did you look through the list of standard IRC commands? – Darth Android – 2013-10-12T23:36:06.430

There is tons of information here about irssi: http://www.irssi.org/documentation - Here's a good guide to get you started: http://quadpoint.org/articles/irssi

– Savvas Radevic – 2013-10-12T23:44:17.917

Answers

12

Type

/names

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

Darth Android

Posted 2013-10-12T22:20:18.760

Reputation: 35 133

2...or the shorter /n :) – Savvas Radevic – 2013-10-12T23:42:47.610

@medigeek: I'm pretty sure that's just one of mIRCs (and possibly other clients) default aliases and not a standard IRC command. – Der Hochstapler – 2013-10-14T11:59:38.793

1

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.

a CVn

Posted 2013-10-12T22:20:18.760

Reputation: 26 553

2if you are not familiar with IRSSI why answer! – justintime – 2013-10-24T06:26:49.633

@justintime Because I doubt that irssi does things differently enough to make the answer irrelevant or incomprehensible, as well as the fact that the only mention of irssi in the question is in the tags. – a CVn – 2013-10-24T07:40:21.130