Page 1 of 1
UnrealIRCd.conf Bracket error
Posted: Tue Jul 13, 2004 7:52 pm
by Flashwire
When I try to run UnrealIRCd in Shell, it gives me an error that there is no semicolon before the Close Bracket in line 234 of the UnrealIRCd.conf file.
I downloaded the config file off my of server, opened it in Notepad, and checked out line 234.
I found a Forward-slash and an Asterisk on line 234, nothing else. Does anyone know what's causing this error?
Posted: Tue Jul 13, 2004 8:06 pm
by AngryWolf
Do you completely understand the syntax of UnrealIRCd configuration including comment markers? If no, that's what is causing the problem. By the way, without seeing what's around line 234, all I can do is guessing. Unreal doesn't always display the best error messages, as you've probably already noticed, but that shouldn't be a problem.
Posted: Tue Jul 13, 2004 8:30 pm
by Flashwire
Okay, there is nothing but a end comment marker on line 234.
It says that there is no semicolon before the close brace, but, there is no close brace.
Posted: Tue Jul 13, 2004 9:13 pm
by AngryWolf
Sorry, yeah, there really should be a close brace. I have no idea what's happening there. Did you download the right file and does notepad say the correct line number?
Posted: Tue Jul 13, 2004 9:34 pm
by Flashwire
Okay, here's the entire Oper entry. The close brace at the end is line 234.
oper Matsu {
class ircops;
from {
userhost
[email protected];
};
password "***********";
flags "oADRhwgcLkKbZtBnGzWHv"
};
Posted: Tue Jul 13, 2004 9:54 pm
by codemastr
flags "oADRhwgcLkKbZtBnGzWHv"
Do you see a ; at the end of that line?
Posted: Wed Jul 14, 2004 3:10 am
by Flashwire
I've got it solved, and a few other errors, but now it gives me an EOF error on line 729.
Line 729 is:
set {
Posted: Wed Jul 14, 2004 11:51 am
by w00t
It will be a problem with the block before that line. (probably

)
Posted: Thu Jul 15, 2004 2:01 am
by DeadNotBuried
sounds more like theres no close brace at the end of the set block to me and it's reaching the end of the file before the block closes