Jump to content
Sign in to follow this  
Smoerble

repeating motd? (Message of the day)?

Recommended Posts

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

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

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×