Page 1 of 1
how to activate the timesynch?
Posted: Thu Aug 10, 2006 12:54 pm
by T-rexke
can somebody help me activate the timesynch please i need it

Posted: Thu Aug 10, 2006 1:39 pm
by Ron2K
Posted: Thu Aug 10, 2006 1:49 pm
by T-rexke
yeah i know but i dont understand how you put it in my unrealircd.conf
Posted: Thu Aug 10, 2006 2:03 pm
by Jobe
I have not tested this but i believe this is how it should be done. If i am incorrect can somebody please correct me:
Code: Select all
set {
timesynch {
enabled yes;
server "ip1,ip2,ip3,ip4";
timeout 3;
};
};
The way i read it the server param can be no more then 4 IP's but can be less and is advised to be at least 3 each from different continents to make sure it works as well as possible.
If you just do the following it should use the default settings which as yet i do not know:
Code: Select all
set {
timesynch {
enabled yes;
};
};
If you leave out the set::timesynch block completly it does automatically check the default servers anyway.
Posted: Thu Aug 10, 2006 2:09 pm
by T-rexke
thx for your help it workt

Posted: Thu Aug 10, 2006 2:11 pm
by Jobe
Glad to have been able to help.
