Update sms.lua

This commit is contained in:
Ale32bit 2015-11-01 18:53:25 +01:00
parent 5ccffc5e6d
commit 5bfa7c3a7c

View file

@ -161,8 +161,10 @@ local function recMsg()
y = y + 2 y = y + 2
end end
end end
end end
printMsg("Type /logout to exit") if not getAllSMS then
printMsg("Type /logout to exit")
end
while true do while true do
stream = http.post(server.."update.php",head) stream = http.post(server.."update.php",head)
newMessages = {} newMessages = {}