Module Request - Connected client list

These are old archives. They are kept for historic purposes only.
Post Reply
Ish
Posts: 1
Joined: Fri Apr 25, 2008 4:39 am

Module Request - Connected client list

Post 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?
Stealth
Head of Support
Posts: 2086
Joined: Tue Jun 15, 2004 8:50 pm
Location: Chino Hills, CA, US
Contact:

Re: Module Request - Connected client list

Post 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)
Post Reply