"set::hosts::__missing"

These are old archives. They are kept for historic purposes only.
Post Reply
Bigboy0910

"set::hosts::__missing"

Post by Bigboy0910 »

After I have made the unrealircd.conf file and run the wircd.exe I get the errors:

Code: Select all

[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] 5 errors encountered
[error] IRCd configuration failed to pass testing
Inside the .conf file under the set{ I have:

Code: Select all

hosts{ 
		local		"locop.x.org";
		global		"ircop.x.org";
		coadmin		"coadmin.x.org";
		admin		"admin.x.org";
		servicesadmin 	"csops.x.org";
		netadmin 	"netadmin.x.org";
		host-on-oper-up "no";
	};
Please help
Jobe
Official supporter
Posts: 1180
Joined: Wed May 03, 2006 7:09 pm
Location: United Kingdom

Post by Jobe »

Try putting a space between "hosts" and the {

Also make sure the whole block isnt between a /* and a */
Jason
Posts: 570
Joined: Mon Jun 14, 2004 5:09 pm

Post by Jason »

Is this the one we solved in #unreal-support because you had a }; closing the set block right before starting the hosts subblock?
Why the hell can't my signature be empty?
"Your message contains too few characters."
Post Reply