hubot-irc icon indicating copy to clipboard operation
hubot-irc copied to clipboard

Not correctly keeping track of users in the room

Open Floppy opened this issue 12 years ago • 3 comments
trafficstars

Hubot should know who is currently in a room, I think. hubot-irc (despite my earlier fix to detect people leaving) still doesn't seem to manage this properly. It doesn't notice when people change name, and also doesn't reliably notice when people leave still. I intend to have a look at this at some point in our own fork at http://github.com/theodi/hubot-irc, but I thought this was the best place to file it.

Floppy avatar Mar 06 '13 08:03 Floppy

I too would like this functionality. I'd be willing to collaborate with someone on implementing it, as well.

philip-peterson avatar Jun 17 '13 02:06 philip-peterson

Thanks for the feedback. I think this is definitely a high priority item. I'll try to get to it this week if I can.

jgable avatar Jun 17 '13 13:06 jgable

Related: https://github.com/github/hubot/issues/742

I think we need an upstream API from Hubot to be able to know what users are in what room. We currently have user.room which is the last room a user was seen in/active in. This could perhaps be expanded to user.rooms which is a complete list of the rooms a user is in.

bfirsh avatar Aug 14 '14 19:08 bfirsh