"set::hosts::__missing"
Posted: Sun Oct 29, 2006 3:17 pm
After I have made the unrealircd.conf file and run the wircd.exe I get the errors:
Inside the .conf file under the set{ I have:
Please help
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 testingCode: 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";
};