Page 1 of 1
Restet Record
Posted: Sat Mar 20, 2004 4:20 am
by X-Trancer
Hi all
How RESET I the network record?
233 Users sind mit diesem Network verbunden ..(. Rekord: 1109.) <<
Like this..
Posted: Sat Mar 20, 2004 10:14 am
by WSergio
in Unreal Ircd directory is a file named "ircd.tune". Open it with an
text editor and reset from the second line that value. (ex: to 2 (users)).
(hope you allude to MAX users last recorded :>)
Posted: Sat Mar 20, 2004 10:58 am
by X-Trancer
my ircd.tune
0
46
here is not 1109
Posted: Sat Mar 20, 2004 3:46 pm
by aquanight
I believe ircd.tune would only be updated during a server shutdown. Thus, if your server is running 24-7, ircd.tune probably won't show the proper value. At this point, you'd have to shutdown the server (and inconvenience your millions of users

), then edit ircd.tune, and then restart.
Posted: Sat Mar 20, 2004 4:19 pm
by AngryWolf
As far as I know the tune file is updated in every 5 minutes.
Posted: Sat Mar 20, 2004 4:59 pm
by DukePyrolator
/helpop ?svslusers
***** Svslusers *****
-
Changes the global and/or local maximum user count
for a server. If -1 is specified for either of the
values, the current value is kept.
Must be sent through an U:Lined server.
-
Syntax: SVSLUSERS <server> <globalmax|-1> <localmax|-1>
Example: SVSLUSERS irc.test.com -1 200
Posted: Sat Mar 20, 2004 5:00 pm
by codemastr
ircd.tune stores _local_ records, not the global records. And, even if it did, changing the file would do no good. The file is WRITTEN to every 5 minutes, but READ at startup. So if you modify the file, the changes will not take effect unless you restart the server.
What is needed here is the SVSLUSERS command. You need OperServ RAW access to do this:
/operserv RAW SVSLUSERS server_name_here new_record -1
You would need to send that command. new_record would be replaced by what you want the record reset to, and "server_name_here" must be replaced with each one of the servers on your network.
Posted: Sat Mar 20, 2004 7:47 pm
by X-Trancer
thanks thats is correkt