igorantun / node-chat

:speech_balloon: Chat application built with NodeJS and Material Design
MIT License
760 stars 740 forks source link

Command to list all users #18

Closed zoo1 closed 9 years ago

zoo1 commented 9 years ago

Is it possible to get a command that could list all users on the client? /users or something?

igorantun commented 9 years ago

Hey, thanks for the suggestion! There is a button in the menu that lists all the users. Are you talking about a command that lists the users in the chat (as a message), or could it just open the popup with the user list (as the button does)?

zoo1 commented 9 years ago

The same as the button does, but I was unaware of the button when opening this issue. If you think it functionality is repetitive feel free to close this issue.

igorantun commented 9 years ago

Ok, I can make the command trigger the popup as the button does :)

zoo1 commented 9 years ago

Are you open to PRs on this repo? I was thinking about killing a couple issues.

igorantun commented 9 years ago

Sure! Any PR is welcome! :)

igorantun commented 9 years ago

Done in #19 - Thanks to @zoo1