Help error on start

These are old archives. They are kept for historic purposes only.
Post Reply
andrew89898
Posts: 2
Joined: Mon Mar 14, 2011 7:54 am

Help error on start

Post by andrew89898 »

I am getting this error on start : unrealircd.conf unexpected EOF on line 218
This is those lines with the before block:
log "ircd.log" {
maxsize 2097152;
flags {
oper;
kline;
connects;
server-connects;
kills;
errors;
sadmin-commands;
chg-commands;
oper-override;
spamfilter;
};
};

alias NickServ { type services; };
alias ChanServ { type services; };
alias OperServ { type services; };
alias HelpServ { type services; };
include "aliases/anope.conf" This is line 218

Thanks for the help!
katsklaw
Posts: 1124
Joined: Sun Apr 18, 2004 5:06 pm
Contact:

Re: Help error on start

Post by katsklaw »

you are missing the semi-colon.

include "aliases/anope.conf";
Post Reply