PtokaX forum

Archive => Archived 4.0 boards => Finished Lua 4 scripts => Topic started by: dvxjunkie on 20 October, 2003, 03:16:04

Title: Amutex's timebot
Post by: dvxjunkie on 20 October, 2003, 03:16:04
This one is entirly by amutex but since were starting posts from scratch here this is great tool for everyone so I thought id post it. Please leave his credit at begining.

-- TimeBot by aMutex - 30.12.2002
BotName = "timebot"
TimeSpanInMinutes = 60
function Main()
SetTimer(TimeSpanInMinutes*60000)
StartTimer()
end
function OnTimer()
SendToAll(BotName, date("Today is %A  %D. Time is %T in our hubs local timezone."))





end