Help installing IRCD.

These are old archives. They are kept for historic purposes only.
Post Reply
Trevon17
Posts: 18
Joined: Thu Nov 13, 2008 2:23 am

Help installing IRCD.

Post by Trevon17 »

* Loading IRCd configuration ..
[error] unrealircd.conf:528: tld::motd: ircd.motd.fr: No such file or directory
[error] unrealircd.conf:529: tld::rules: ircd.rules.fr: No such file or directory
[error] 2 errors encountered


What am I suppose to change ssl too? and isnt the ircd.motd.fr and rules.fr suppose to be in the directory?
zEkE
Posts: 111
Joined: Wed Apr 14, 2004 9:30 am
Location: Harrisonburg, VA
Contact:

Re: Help installing IRCD.

Post by zEkE »

The TLD block is optional and is used if you have translations of your MOTD/Rules files for people from countries with non-english languages such as France, Germany. If you don't have these files created (they aren't by default) then you need to comment or remove the block.

What are you meaning by changing SSL to?
NetAdmin - irc.unitedchristianchat.net
http://www2.i-al.net/ircbots/
[dx]
Posts: 107
Joined: Sat Jun 16, 2007 1:03 am

Re: Help installing IRCD.

Post by [dx] »

Just put ircd.motd.fr & irc.rules.fr files in Unreal3.2.7 folder and error will be solved.

For SSL, you must compile unreal for SSL.

Somewhere in ./Config

And make listen block for port you want

Code: Select all

listen 1.2.3.4:7000 {
  options {
    ssl;
  };
};
Put your servers IP where is 1.2.3.4 and when you connecting use /server 1.2.3.4:+7000
Post Reply