Search found 2 matches

by afterlife
Sun Feb 07, 2016 9:26 am
Forum: Generic support
Topic: 3.2.x > 4.0.1 Upgrade *.motd question
Replies: 2
Views: 3065

Re: 3.2.x > 4.0.1 Upgrade *.motd question

Answered my own question haha, persistence is 99% of achieving success after all.

Didn't realise paths are all relative to unrealircd.conf and not the install directory!

Changed

unrealusr@ircserver]$ grep -i motd conf/unrealircd.conf
/* MOTD files */
motd ircd.motd;

to

unrealusr@ircserver ...
by afterlife
Sun Feb 07, 2016 7:32 am
Forum: Generic support
Topic: 3.2.x > 4.0.1 Upgrade *.motd question
Replies: 2
Views: 3065

3.2.x > 4.0.1 Upgrade *.motd question

Hi Guys,

I have just made the jump from v 3.2.10.4 to 4.0.1. I have converted the configuration file and can get unreal to launch.
However I cannot make it find my motd files, despite my best efforts, they were working correctly prior to upgrading.
Note: I've also tried specifying relative path as ...