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

These are old archives. They are kept for historic purposes only.
Post Reply
Slayertrain
Posts: 2
Joined: Tue May 29, 2007 3:13 pm

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

Post 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
seraphim
Posts: 36
Joined: Tue Apr 03, 2007 11:10 am

Post by seraphim »

may you can post line 1 and a few behind line 1?
Slayertrain
Posts: 2
Joined: Tue May 29, 2007 3:13 pm

Post 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
Dukat
Posts: 1083
Joined: Tue Mar 16, 2004 5:44 pm
Location: Switzerland

Post 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
If you don't make mistakes, you aren't really trying.
- Coleman Hawkins
T-rexke
Posts: 147
Joined: Sat Mar 18, 2006 4:37 pm

Post 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 :)
seraphim
Posts: 36
Joined: Tue Apr 03, 2007 11:10 am

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