Confused about Set Block

These are old archives. They are kept for historic purposes only.
Post Reply
billenium
Posts: 1
Joined: Sun Dec 16, 2007 10:37 pm

Confused about Set Block

Post by billenium »

Code: Select all

* Loading IRCd configuration ..
* unrealircd.conf:3: Ignoring extra data
[error] unrealircd.conf:15: class::connfreq with illegal value (must be >10 and <7d)
[warning] unrealircd.conf:29: listen with SSL flag enabled on a non SSL compile
[error] set::kline-address is missing
[error] set::maxchannelsperuser is missing
[error] set::services-server is missing
[error] set::default-server is missing
[error] set::network-name is missing
[error] set::hosts::global is missing
[error] set::hosts::admin is missing
[error] set::hosts::servicesadmin is missing
[error] set::hosts::netadmin is missing
[error] set::hosts::coadmin is missing
[error] set::help-channel is missing
[error] set::hiddenhost-prefix is missing
[error] set::cloak-keys missing!
[error] 14 errors encountered
[error] IRCd configuration failed to pass testing
I know it has something to do with the set block... so i read the set block section in the unreal help document... It didn't really help me, just confused me more. Can someone explain it to me?
Stealth
Head of Support
Posts: 2085
Joined: Tue Jun 15, 2004 8:50 pm
Location: Chino Hills, CA, US
Contact:

Re: Confused about Set Block

Post by Stealth »

The example.conf has an example of what the set block should look like and what it should contain.
Post Reply