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!
Help error on start
Re: Help error on start
you are missing the semi-colon.
include "aliases/anope.conf";
include "aliases/anope.conf";
Configuration - https://www.unrealircd.org/docs/Configuration
FAQ - https://www.unrealircd.org/docs/FAQ
FAQ - https://www.unrealircd.org/docs/FAQ