2017-04-20 01:05:59 +10:00
|
|
|
fT = {}
|
|
|
|
function fres(p)
|
2017-07-13 20:21:28 +10:00
|
|
|
local F = (p:match("(.-):") or p:match("/?(.-)/"))
|
|
|
|
local P = (p:match(".-:(.+)") or p:match("/?.-/(.+)"))
|
2017-04-23 19:31:13 +10:00
|
|
|
if fT[F] ~= nil then return fT[F],P else return false end
|
2017-04-20 01:05:59 +10:00
|
|
|
end
|