Update linkedGet.lua

This commit is contained in:
erius0 2021-01-08 19:50:11 +03:00 committed by GitHub
parent dc70936010
commit 9d2479e7b4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,7 +5,6 @@ local internet = require("internet")
local tunnel = component.tunnel
local success = "console: команда выполнена успешно"
local fail = "console: неизвестная команда - пиши help"
local erius = "b7585fb7-1ea4-4f94-b1a2-05e1cef76a1f"
local DummyWalrus = "0952a2dd-23fa-4dd2-aefe-92e7cd6c77ce"
@ -31,9 +30,8 @@ function handleMessage(msg)
return success
elseif msg == "rain" then
return success
else
return fail
end
return nil
end
function getUser(from)