Page 1 of 1

weird problem.

Posted: Sat Jul 31, 2004 11:42 am
by monoxide
PLease help!

Ok, I have confugred every thing in the unreal 3.2 config file .

I have also made the ircd.motd.fr file.

However when i attempt to run unreal IRCD, it tells me it cannot find the motd file.

But, i have it configured in the unrealircd.conf to use/run the right motd file.

And it is there?!

Can someone help me?

Thanks.

Posted: Sat Jul 31, 2004 12:25 pm
by Dukat
Please paste your tld block. (If I interpret your configuration correctly.)

If you want a "normal" MOTD, name it ircd.motd not ircd.motd.fr

Posted: Sat Jul 31, 2004 12:59 pm
by AngryWolf
That's right, example.conf is just an example configuration, you haven't got to use tld blocks and create *.fr files (French MOTD/Rules) if they aint not necessary for you.

It takes a long time to get familiar with the UnrealIRCd configuration interface, you had better be patient, and unreal32docs.html is your friend.

Posted: Sat Jul 31, 2004 2:41 pm
by monoxide
Every thing else in the config is fine.

But this MOTD thing is just annoying.


tld {
mask *@*
motd "ircd.motd";
rules "ircd.rules";
};

Posted: Sat Jul 31, 2004 3:49 pm
by Dukat
Remove that tld-block and rename your ircd.motd.fr to ircd.motd.

Posted: Sun Aug 01, 2004 2:36 am
by monoxide
Thanks