Module Request - Connected client list
Posted: Fri Apr 25, 2008 4:46 am
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:
Obviously this would only be accessible to admins.
Any ideas?
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...
Any ideas?