Update sms.lua
This commit is contained in:
parent
5ccffc5e6d
commit
5bfa7c3a7c
1 changed files with 4 additions and 2 deletions
|
@ -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 = {}
|
||||||
|
|
Loading…
Reference in a new issue