BotName = "InfoBot"
InfoFile = "txt/info240.txt"
TimeSpanInMinutes =240
function Main()
SetTimer(TimeSpanInMinutes*60000)
StartTimer()
end
function OnTimer()
SendToAll("<"..BotName..">")
SendToAll("<"..BotName.."> --==>This message sends every "..TimeSpanInMinutes.." min.<==--")
SendToAll("<"..BotName..">")
readfrom(InfoFile)
while 1 do
local line = read()
if (line == nil) then
break
else
SendToAll("<"..BotName.."> "..line)
end
end
end
Is't any here to help me to convert this small thing?
Regards Tassen
post it like this:
[ code]
-- your code
[ /code]
without space after [.
Also disable emotes plz.