简体   繁体   中英

Is there a hubot command to see who's in the channel?

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

How can I get this with hubot ?

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'.

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.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM