Skip to content

Commit

Permalink
Use double-nick in whois on query to get idle time
Browse files Browse the repository at this point in the history
This queries server of the other user and not current user, which does not know idle time.
See http://superuser.com/a/272069/208074.
  • Loading branch information
astorije committed Oct 27, 2016
1 parent 61de123 commit 1960eed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/js/lounge.js
Expand Up @@ -844,7 +844,7 @@ $(function() {

socket.emit("input", {
target: chat.data("id"),
text: "/whois " + name
text: "/whois " + name + " " + name
});
});

Expand Down

0 comments on commit 1960eed

Please sign in to comment.