Search found 4 matches

by Flashwire
Wed Jul 14, 2004 3:10 am
Forum: Unreal 3.2 Support
Topic: UnrealIRCd.conf Bracket error
Replies: 8
Views: 3308

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 {
by Flashwire
Tue Jul 13, 2004 9:34 pm
Forum: Unreal 3.2 Support
Topic: UnrealIRCd.conf Bracket error
Replies: 8
Views: 3308

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"
};
by Flashwire
Tue Jul 13, 2004 8:30 pm
Forum: Unreal 3.2 Support
Topic: UnrealIRCd.conf Bracket error
Replies: 8
Views: 3308

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.
by Flashwire
Tue Jul 13, 2004 7:52 pm
Forum: Unreal 3.2 Support
Topic: UnrealIRCd.conf Bracket error
Replies: 8
Views: 3308

UnrealIRCd.conf Bracket error

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 ...