Page 1 of 1

Module Request - Connected client list

Posted: Fri Apr 25, 2008 4:46 am
by Ish
I'm sure I saw something like this a while back but I've just searched for about 4 hours straight and cannot find anything remotely like what I need...

I am running a single server that will never have more than 100 users at any one time.
I need a module that will, on command, send a list of all connected clients, their hostmasks and usermodes.

Something like this:

Code: Select all

/concls

Connected Clients:
Nick1 [email protected] +ix
Nick2 [email protected] +ixr
Nick3 [email protected] +ixohr
etc...
Obviously this would only be accessible to admins.

Any ideas?

Re: Module Request - Connected client list

Posted: Fri Apr 25, 2008 5:13 am
by Stealth
This can pretty much be obtained by using /who * and a simple script to parse the flags.

I have posted a list of what all the flags in /who mean:
http://forums.unrealircd.com/viewtopic. ... 453&p=2611

This will not give you most modes, but would give you the basic modes and statuses (oper, invisible, away, etc)