-
-
Notifications
You must be signed in to change notification settings - Fork 962
Add /whois command - old (see #150 for cleaner commits) #133
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
Conversation
Additionally optimized this and 'chats' a bit, it's better to just select one row instead of LOTS OF THEM and then iterating over them. |
Cool, I really like this command! 👍 I also saw that your new |
Yes, so it can be clicked on /chats list.
That g is just a replacement for '-' and is only there so the command can be clicked.
Good idea! I don't want to spam the repo with so many commits from this PR, just say a word and I'll push all this changes to clean branch and make new PR for this! |
Cleaner branch commit: jacklul@28bd0f9 |
This command will allows to look up basic info about user/group stored in DB.
Chats command will display shortcuts to it instead of id (only if whois is available).