I want to be able to get the list of users and their details from an IRC channel without joining it and thus increasing its user count.
So instead of issuing JOIN #chan
and then NAMES #chan
to get the list of users, I can run the latter command. Is this possible?