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