Update sms.lua

This commit is contained in:
Ale32bit 2015-11-01 18:25:49 +01:00
parent 5e979d98fd
commit afedfd069b

View file

@ -103,8 +103,6 @@ local function readMsg()
_,c = os.pullEvent("key") _,c = os.pullEvent("key")
if c == keys.enter then if c == keys.enter then
local msg = "/logout" local msg = "/logout"
else
local msg = ""
end end
end end
local msg = base64.encode(msg) local msg = base64.encode(msg)