Error on running in unrealircd.conf

These are old archives. They are kept for historic purposes only.
Post Reply
Turra
Posts: 1
Joined: Wed May 28, 2008 11:12 pm

Error on running in unrealircd.conf

Post by Turra »

When i try to start unrealircd I get this:

[error] unrealircd.conf:14: Missing semicolon before close brace
[error] Could not load config file unrealircd.conf
[error] IRCd configuration failed to load

Its been driving me insane, I cannot for the life of me find a missing semicolon probably from staring at it for too long, if anyone can see what I have done wrong I would really appreciate it

Code: Select all

loadmodule "src/modules/commands.so";
loadmodule "src/modules/cloak.so";

include "help.conf";
include "badwords.channel.conf";
include "badwords.message.conf";
include "badwords.quit.conf";
include "spamfilter.conf";

me {
name "irc.omgwtflol.co.uk";
info "OMGWTFLOL";
numeric 1;
};

admin {
	"Mark Turner";
	"Turra";
	"[email protected]";
};

class           clients
{
	pingfreq 90;
	maxclients 500;
	sendq 100000;
	recvq 8000;
};

class           servers
{
	pingfreq 90;
	maxclients 10;
	sendq 1000000;
	connfreq 100;
};
Post Reply