Trying to setup UnrealIRCd, and when starting I am getting the following error:
[Thu Sep 15 22:07:17 2011] - TIME SYNCH: timeserver=1316117237, our=1316117237, offset = 0 [old offset: 0]
[Thu Sep 15 22:17:12 2011] - TIME SYNCH: timeserver=1316117833, our=1316117832, offset = 1 [old offset: 0]
After checking docs, I added the timesynch
Code: Select all
set {
timesynch enabled yes;
timesynch server SERVER ADDRESS;
kline-address "SERVER ADDRESS";
modes-on-connect "+ixw";
modes-on-oper "+xwgs";
oper-auto-join "#opers";
options {
hide-ulines;
/* You can enable ident checking here if you want */
/* identd-check; */
show-connect-info;
};
I also tried timesynch enabled no; along with synching to other servers