oper {}

These are old archives. They are kept for historic purposes only.
Post Reply
naki
Posts: 2
Joined: Thu Aug 05, 2004 11:29 pm
Location: Florida
Contact:

oper {}

Post by naki »

I have set up the unrealircd.conf file and it runs, but when I added a set of oper {} for myself and tried to load unreal it would give me this.

[Thu Aug 5 19:17:44 2004] - config error: unrealircd.conf: Unexpected EOF for section starting on line 53

line 53 is oper naki {
aquanight
Official supporter
Posts: 862
Joined: Tue Mar 09, 2004 10:47 pm
Location: Boise, ID

Post by aquanight »

Maybe you forgot a }; ?
w00t
Posts: 1136
Joined: Thu Mar 25, 2004 3:31 am
Location: Nowra, Australia

Post by w00t »

The problem is going to be in the block before that line.
-ChatSpike IRC Network [http://www.chatspike.net]
-Denora Stats [http://denora.nomadirc.net]
-Omerta [http://www.barafranca.com]
Syzop
UnrealIRCd head coder
Posts: 2179
Joined: Sat Mar 06, 2004 8:57 pm
Location: .nl
Contact:

Post by Syzop »

w00t wrote:The problem is going to be in the block before that line.
Actually not :P.

unrealircd.conf: Unexpected EOF for section starting on line 53
this means it unexpectedly reached the end of the file for the section that is starting on line 53..
Since 'oper naki {' is on line 53, it means that the oper block is missing a }; somewhere... probably very easy to spot.
w00t
Posts: 1136
Joined: Thu Mar 25, 2004 3:31 am
Location: Nowra, Australia

Post by w00t »

I stand corrected.
-ChatSpike IRC Network [http://www.chatspike.net]
-Denora Stats [http://denora.nomadirc.net]
-Omerta [http://www.barafranca.com]
naki
Posts: 2
Joined: Thu Aug 05, 2004 11:29 pm
Location: Florida
Contact:

Post by naki »

i see, I found the problem, thanks.
Post Reply