Smoerble 11 Posted August 25, 2014 Hi all, is there any way to have the motd repeating after a let's say 10 minutes? Thank you! Share this post Link to post Share on other sites
Gunter Severloh 4057 Posted August 26, 2014 Hello Do like this: // WELCOME MESSAGE ("message of the day") // It can be several lines, separated by comma // Empty messages "" will not be displayed at all but are only for increasing the interval motd[] = { "", "", "Two empty lines above for increasing interval", "Welcome to our server", "", "", "We are looking for fun - Join us Now !", "http://www.example.com", "One more empty line below for increasing interval", "" }; [b]motdInterval = 600; // Time interval (in seconds) between each message[/b] Put whats bolded at the end of the code, like in the example 600 sec is 10 min. Share this post Link to post Share on other sites