Question

I want a list of all of the people in the current channel.

How can I get this with hubot?

Was it helpful?

Solution

At least you can try channellist_item in IRC API, it states

Emitted for each channel the server returns. The channel_info object contains keys ‘name’, ‘users’ (number of users on the channel), and ‘topic’.

OTHER TIPS

No - it seems that it's not possible. The best hubot can do is track as people enter and leave the channel, but there's no simple command to get all current people.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top