Noob?
function onSay(cid, words, param, channel)
if(not getBooleanFromString(getConfigValue('useFragHandler'))) then
return false
end
local time = os.time()
local times = {today = (time - 86400), week = (time - (7 * 86400))}
local contents, result = {day = {}, week = {}, month...