Hi all
How RESET I the network record?
233 Users sind mit diesem Network verbunden ..(. Rekord: 1109.) <<
Restet Record
Like this..
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 :>)
text editor and reset from the second line that value. (ex: to 2 (users)).
(hope you allude to MAX users last recorded :>)
-
- Posts: 4
- Joined: Sat Mar 20, 2004 4:56 pm
- Location: Germany
/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
***** 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
-
- Former UnrealIRCd head coder
- Posts: 811
- Joined: Sat Mar 06, 2004 8:47 pm
- Location: United States
- Contact:
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.
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