Update linkedGet.lua
This commit is contained in:
parent
dc70936010
commit
9d2479e7b4
1 changed files with 1 additions and 3 deletions
|
@ -5,7 +5,6 @@ local internet = require("internet")
|
||||||
local tunnel = component.tunnel
|
local tunnel = component.tunnel
|
||||||
|
|
||||||
local success = "console: команда выполнена успешно"
|
local success = "console: команда выполнена успешно"
|
||||||
local fail = "console: неизвестная команда - пиши help"
|
|
||||||
local erius = "b7585fb7-1ea4-4f94-b1a2-05e1cef76a1f"
|
local erius = "b7585fb7-1ea4-4f94-b1a2-05e1cef76a1f"
|
||||||
local DummyWalrus = "0952a2dd-23fa-4dd2-aefe-92e7cd6c77ce"
|
local DummyWalrus = "0952a2dd-23fa-4dd2-aefe-92e7cd6c77ce"
|
||||||
|
|
||||||
|
@ -31,9 +30,8 @@ function handleMessage(msg)
|
||||||
return success
|
return success
|
||||||
elseif msg == "rain" then
|
elseif msg == "rain" then
|
||||||
return success
|
return success
|
||||||
else
|
|
||||||
return fail
|
|
||||||
end
|
end
|
||||||
|
return nil
|
||||||
end
|
end
|
||||||
|
|
||||||
function getUser(from)
|
function getUser(from)
|
||||||
|
|
Loading…
Reference in a new issue