Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not correctly keeping track of users in the room #68

Open
Floppy opened this issue Mar 6, 2013 · 3 comments
Open

Not correctly keeping track of users in the room #68

Floppy opened this issue Mar 6, 2013 · 3 comments
Labels

Comments

@Floppy
Copy link
Contributor

Floppy commented Mar 6, 2013

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.

@philip-peterson
Copy link

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

@jgable
Copy link
Collaborator

jgable commented Jun 17, 2013

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.

@bfirsh
Copy link

bfirsh commented Aug 14, 2014

Related: hubotio/hubot#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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants