Unreal 3.2.2: Me block missing...

These are old archives. They are kept for historic purposes only.
Post Reply
john
Posts: 23
Joined: Thu Jul 15, 2004 6:41 am

Unreal 3.2.2: Me block missing...

Post by john »

When i rehash the config, it gives me this:
*Loading IRCd Configuration ..
*unrealircd.conf:67: Ignoring extra data
[error] me {} block missing
[error] 1 errors encountered
[error] IRCd Configuration failed to pass testing
Config...

Code: Select all

(Line 67:)
me {
       name "Glassy.blah.net";
       info "Glass It";
       numeric 1;
}
And im the only server (other than services, which is #10 or sumthin), so the numeric isnt used, even if that would have something to do with it not starting...
:(

plz help. As you can see from the topic, its version 3.2.2 or watever the newsest is, i dled it yesterday...
{Amp}
Syzop
UnrealIRCd head coder
Posts: 2179
Joined: Sat Mar 06, 2004 8:57 pm
Location: .nl
Contact:

Post by Syzop »

You should terminate blocks with }; and not }
(so that's at least 1 mistake in your paste).

The real error is however probably before this block... missing a ; or }; somewhere.
john
Posts: 23
Joined: Thu Jul 15, 2004 6:41 am

Post by john »

:/... its not a paste. My comp was messed up. Wouldnt pate. I typed that in manually (took awhile.)

w00t wprks, i missed the ; on an include for the aliases... i cant believe it! im so gonna need to get more used to ;s lolz
{Amp}
Post Reply