Update buddies.lua

This commit is contained in:
Ale32bit 2015-11-11 17:42:54 +01:00
parent 2c2531ec33
commit 6aaae10dd5

View file

@ -51,7 +51,7 @@ local function add()
end end
addUser = read() addUser = read()
term.setCursorBlink(false) term.setCursorBlink(false)
local check = http.post("http://sertex.esy.es/exists.php","user="..addUser).readLine() local check = http.post("http://sertex.x10.bz/exists.php","user="..addUser).readLine()
if check == "true" then if check == "true" then
table.insert(users,add) table.insert(users,add)