Update sms.lua

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

View file

@ -162,7 +162,9 @@ local function recMsg()
end end
end end
end end
if not getAllSMS then
printMsg("Type /logout to exit") 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 = {}