View difference between Paste ID: rp2ttXSb and BRYEKW39
SHOW: | | - or go back to the newest paste.
1
local function mailSend(user,message)
2
    local wPage
3
    if user and message then
4
        wPage = http.post('http://kindra.rf.gd','username='..user..'&message='..message)
5
    else
6
        wPage = http.post('http://kindra.rf.gd/','')
7
    end
8
end
9
10
_G.chat = mailSend