Request statistics about the size of the IRC network.
Possible Errors
| Exception Type | Condition |
|---|---|
| ArgumentException | If the host mask and server names are too long. |
//Request stats from the current server
connection.Sender.Lusers();
//Request stats about all servers ending in '.net' from the current server
connection.Sender.Lusers("*.net", null );
//Request stats about all servers ending in '.net' from 'west.gamesnet.net'
connection.Sender.Lusers("*.net", "west.gamesnet.net");
Sender Class | Sharkbite.Irc Namespace | Sender.Lusers Overload List | OnLusers