Update linkedGet.lua

This commit is contained in:
erius0 2021-01-08 04:49:59 +03:00 committed by GitHub
parent ae97bb4276
commit 7eb5a618cc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -30,7 +30,7 @@ function handleMessage(msg)
end end
function getUser(from) function getUser(from)
if from == "b7585fb7-1ae4-4f94-b1a2-05e1cef76a1f" then if from == "b7585fb7-1ea4-4f94-b1a2-05e1cef76a1f" then
return "erius" return "erius"
elseif from == "0952a2dd-23fa-4dd2-aefe-92e7cd6c77ce" then elseif from == "0952a2dd-23fa-4dd2-aefe-92e7cd6c77ce" then
return "DummyWalrus" return "DummyWalrus"