Restet Record

These are old archives. They are kept for historic purposes only.
Post Reply
X-Trancer
Posts: 34
Joined: Mon Mar 08, 2004 5:24 am

Restet Record

Post by X-Trancer »

Hi all

How RESET I the network record?

233 Users sind mit diesem Network verbunden ..(. Rekord: 1109.) <<
WSergio
Posts: 21
Joined: Sat Mar 13, 2004 5:09 pm
Contact:

Like this..

Post 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 :>)
X-Trancer
Posts: 34
Joined: Mon Mar 08, 2004 5:24 am

Post by X-Trancer »

my ircd.tune

0
46

here is not 1109
aquanight
Official supporter
Posts: 862
Joined: Tue Mar 09, 2004 10:47 pm
Location: Boise, ID

Post 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 :P ), then edit ircd.tune, and then restart.
AngryWolf
Posts: 554
Joined: Sat Mar 06, 2004 10:53 am
Location: Hungary
Contact:

Post by AngryWolf »

As far as I know the tune file is updated in every 5 minutes.
DukePyrolator
Posts: 4
Joined: Sat Mar 20, 2004 4:56 pm
Location: Germany

Post 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
codemastr
Former UnrealIRCd head coder
Posts: 811
Joined: Sat Mar 06, 2004 8:47 pm
Location: United States
Contact:

Post 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.
-- codemastr
X-Trancer
Posts: 34
Joined: Mon Mar 08, 2004 5:24 am

Post by X-Trancer »

thanks thats is correkt
Post Reply