diff options
author | Markus Uhlin <markus@nifty-networks.net> | 2025-09-15 18:50:32 +0200 |
---|---|---|
committer | Markus Uhlin <markus@nifty-networks.net> | 2025-09-15 18:50:32 +0200 |
commit | c3eee8e333866d92e5fd94ae83cef618758c11bb (patch) | |
tree | 234a06fd90bd61a6668490a0cbf8870e6c674b81 /data/admin/asetmaxplayer |
FICS RPBLC v1.4.61.4.6
Diffstat (limited to 'data/admin/asetmaxplayer')
-rw-r--r-- | data/admin/asetmaxplayer | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/data/admin/asetmaxplayer b/data/admin/asetmaxplayer new file mode 100644 index 0000000..97f795f --- /dev/null +++ b/data/admin/asetmaxplayer @@ -0,0 +1,21 @@ + +asetmaxplayer + +Usage: asetmaxplayer [n] +RESTRICTED TO ADMINISTRATORS. + + With an argument, this command raises or lowers the level at which logons +from non-admins will be filtered. If an argument is supplied, it is checked +to make sure it is both within the limits of the operating system and at least +minimally safe. Without an argument, the command displays detailed +information about the current limits. + + The greater of max_connections-50 and 200 is a threshhold for triggering +guest login restrictions. When the number of non-admin users is above that +value, unregistered logins are turned away with a nice message. + +See ahelp: +See help: limits + +[Last modified: October 9, 1995 -- Friar] + |