hey im wanting to see the users that are connected to my ircd when i try as netadmin privs i get this message USERS has been disabled
is there a way to turn this on in the config file or something as i need to be able to see the users .
cheers
USERS has been disabled................. wtf.......
-
codemastr
- Former UnrealIRCd head coder
- Posts: 811
- Joined: Sat Mar 06, 2004 8:47 pm
- Location: United States
- Contact:
Well, I don't know what made you think /users does that, but it doesn't, nor did it ever. The /users command was created by RFC1459 and what it did was list the people who were logged onto the machine that the server is hosted on, i.e. all the different shell account users. That has virtually no purpose anymore, hence why it is disabled.
If you wanted a list of user's names, then as you were told, /who. If you just want the current user count, then the command you were looking for is /lusers.
If you wanted a list of user's names, then as you were told, /who. If you just want the current user count, then the command you were looking for is /lusers.
-- codemastr