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
|
||||
end
|
||||
end
|
||||
end
|
||||
printMsg("Type /logout to exit")
|
||||
end
|
||||
if not getAllSMS then
|
||||
printMsg("Type /logout to exit")
|
||||
end
|
||||
while true do
|
||||
stream = http.post(server.."update.php",head)
|
||||
newMessages = {}
|
||||
|
|
Loading…
Reference in a new issue