From 6aaae10dd5323de02cffda8c5736e2720bf0529c Mon Sep 17 00:00:00 2001 From: Ale32bit Date: Wed, 11 Nov 2015 17:42:54 +0100 Subject: [PATCH] Update buddies.lua --- src/apps/buddies.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/apps/buddies.lua b/src/apps/buddies.lua index 3f6a606..d6d7548 100644 --- a/src/apps/buddies.lua +++ b/src/apps/buddies.lua @@ -51,7 +51,7 @@ local function add() end addUser = read() 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 table.insert(users,add)