Page 1 of 1

I get a line 1 error message No anme for section start....

Posted: Tue May 29, 2007 3:17 pm
by Slayertrain
This is the error i get, it repeats over and over

* unrealircd.conf:1: No name for section start
* unrealircd.conf:1: Ignoring extra data
* unrealircd.conf:1: Ignoring extra close brace

I looked in line 1, but am lost, Please help

Posted: Tue May 29, 2007 3:25 pm
by seraphim
may you can post line 1 and a few behind line 1?

Posted: Tue May 29, 2007 10:49 pm
by Slayertrain
Ok, here is the requested lines

* example.conf by Daniel Hawton AKA Osiris ([email protected]).
* $Id: example.conf,v 1.1.1.1.2.22 2006/12/22 21:10:29 syzop Exp $
*
* Works for Unreal3.2 and up

That is the very firt few lines, please help me

Posted: Wed May 30, 2007 6:17 am
by Dukat
You can't just have text in your configuration file, even if it starts with an "*". Please read our fine documentation: http://www.vulnscan.org/UnrealIRCd/unre ... eexplained

Posted: Wed May 30, 2007 12:40 pm
by T-rexke
just put ah /* before the

example.conf by Daniel Hawton AKA Osiris ([email protected]).
* $Id: example.conf,v 1.1.1.1.2.22 2006/12/22 21:10:29 syzop Exp $
*
* Works for Unreal3.2 and up
lines :)

Posted: Wed May 30, 2007 12:58 pm
by seraphim
yes its read by a c++ programm, allowed comments are:

/* <comment>
<comment> */ for multiple lines

and
#for single lines

The rest is like code for unreal.