Page 1 of 1
oper {}
Posted: Thu Aug 05, 2004 11:31 pm
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 {
Posted: Thu Aug 05, 2004 11:48 pm
by aquanight
Maybe you forgot a }; ?
Posted: Thu Aug 05, 2004 11:48 pm
by w00t
The problem is going to be in the block before that line.
Posted: Fri Aug 06, 2004 1:18 am
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.
Posted: Fri Aug 06, 2004 2:32 am
by w00t
I stand corrected.
Posted: Fri Aug 06, 2004 9:07 pm
by naki
i see, I found the problem, thanks.