Update sms.lua

This commit is contained in:
Ale32bit 2015-11-01 18:50:07 +01:00
parent afedfd069b
commit 5ccffc5e6d

View file

@ -102,7 +102,8 @@ local function readMsg()
_,c = os.pullEvent("key") _,c = os.pullEvent("key")
if c == keys.enter then if c == keys.enter then
local msg = "/logout" term.redirect(mainTerm)
return
end end
end end
local msg = base64.encode(msg) local msg = base64.encode(msg)