Page 1 of 1

[error] set::cloak-keys missing!

Posted: Sun Jan 29, 2006 3:55 am
by Qick_Silver
i looked a lot to find the answer and when i tried to answer the questions to enter the irc support channel and i got banned for 24 hours and i'll have only 30 minutes after 24 hours is over so i'm going to need help.

there is only one error:
[error] set::cloak-keys missing!

i checked the configuration and couldn't find anything wrong with it so maybe everybody else mgiht be able to:

set {
kline-address removed;
gline-address removed;
hiddenhost-prefix qsv;
auto-join "#lobby";
oper-auto-join "#admins";
maxchannelsperuser 5;
help-channel #help;
cloak-keys {"removed for the security of the server"; "removed for the security of the server"; "removed for the security of the server"; };
dns {
nameserver 172.16.1.44;
timeout 1m;
retries 10;
};
services-server services.yournet.com;
default-server "no server to connect to";
network-name "Qick_Silver's network";
hosts {
global globop;
admin admin;
servicesadmin servadmin;
netadmin netadmin;
coadmin coadmin;
};
};

please just stick to the line of code that i need to fix, it should be colored.

Posted: Sun Jan 29, 2006 4:16 am
by Stealth
help-channel #help;
The channel name needs to be in quotes.

Posted: Sun Jan 29, 2006 4:20 am
by Qick_Silver
problem has been fixed, the line before it had missing "'s so because of that the lines after it were not detected probably and since the cloak-key thing was the first one it was the one that was found gone.

that's my guess but someone could get a better one.

i feel like a detective XD

Posted: Sun Jan 29, 2006 4:33 am
by Qick_Silver
Stealth wrote:
help-channel #help;
The channel name needs to be in quotes.
he beat me to it :oops: