Config option to announce when the Daily teleports reset

Would be great...I see there is already console output, but it would be nice to announce it to all players as well.
Thank you!

added in 2.3.5

Is their anyway to turn this off? I have no tp on my server but have this addon for admins. It announces in chat and people then start querying about teleport.

hi, yes, blank out the message in the language file

"DailyReset": "Daily teleports were reset."
change to
"DailyReset": ""

when the reset occurs, it repeats the in game message twice

that's odd, because the message is only sent once to each player. 

                foreach (var player in BasePlayer.activePlayerList)
                {
                    Message(player, "DailyReset");
                }​