Update sms.lua
This commit is contained in:
parent
afedfd069b
commit
5ccffc5e6d
1 changed files with 2 additions and 1 deletions
|
@ -102,7 +102,8 @@ local function readMsg()
|
|||
|
||||
_,c = os.pullEvent("key")
|
||||
if c == keys.enter then
|
||||
local msg = "/logout"
|
||||
term.redirect(mainTerm)
|
||||
return
|
||||
end
|
||||
end
|
||||
local msg = base64.encode(msg)
|
||||
|
|
Loading…
Reference in a new issue