Hello.
I'm writing small bot for couple of channels. Bot are working on two servers in the same time, QuakeNet and Rizon. I need to identify users by auth/register nick, and here is a problem. I do it when bot is start running, and save all auths to datebase. Later i do only updates.
In QuakeNet there is really nice command: /msg Q users #channel
and i have in one response all users in channel with actual nick, auth, flags and host, like this: (this command shows only online users)
Code:
[12:21:22] [Uwaga] -Q- Users currently on #channel:
[12:21:22] [Uwaga] -Q- Nick            Username        Flags        Host
[12:21:22] [Uwaga] -Q- @Q               It's me!                     (TheQBot@CServe.quakenet.org)
[12:21:22] [Uwaga] -Q- @krzmig          krzmig          +jkmno       (~krzmig@krzmig.users.quakenet.org)
In rizon i didn't found anything similar to this, it's only command "why" to chanserv, but it can be use only for one person in one time.

Can you do something similar, for all online users in channel? Will be really nice.

Regards o/