UnrealIRCd.conf Bracket error

These are old archives. They are kept for historic purposes only.
Post Reply
Flashwire
Posts: 4
Joined: Tue Jul 13, 2004 7:46 pm

UnrealIRCd.conf Bracket error

Post 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?
AngryWolf
Posts: 554
Joined: Sat Mar 06, 2004 10:53 am
Location: Hungary
Contact:

Post 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.
Flashwire
Posts: 4
Joined: Tue Jul 13, 2004 7:46 pm

Post 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.
AngryWolf
Posts: 554
Joined: Sat Mar 06, 2004 10:53 am
Location: Hungary
Contact:

Post 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?
Flashwire
Posts: 4
Joined: Tue Jul 13, 2004 7:46 pm

Post 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"
};
codemastr
Former UnrealIRCd head coder
Posts: 811
Joined: Sat Mar 06, 2004 8:47 pm
Location: United States
Contact:

Post by codemastr »

flags "oADRhwgcLkKbZtBnGzWHv"
Do you see a ; at the end of that line?
-- codemastr
Flashwire
Posts: 4
Joined: Tue Jul 13, 2004 7:46 pm

Post 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 {
w00t
Posts: 1136
Joined: Thu Mar 25, 2004 3:31 am
Location: Nowra, Australia

Post by w00t »

It will be a problem with the block before that line. (probably :P)
-ChatSpike IRC Network [http://www.chatspike.net]
-Denora Stats [http://denora.nomadirc.net]
-Omerta [http://www.barafranca.com]
DeadNotBuried
Posts: 44
Joined: Wed Mar 10, 2004 5:30 am
Location: irc.majestic-liaisons.com
Contact:

Post 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
Post Reply