Update linkedGet.lua

This commit is contained in:
erius0 2021-01-08 18:07:11 +03:00 committed by GitHub
parent 3d70500669
commit 9b069e65e4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -27,7 +27,7 @@ function getTime()
end end
function handleMessage(msg) function handleMessage(msg)
if msg == "help" || msg == "exit" || msg == "near" then if msg == "help" or msg == "exit" or msg == "near" then
return success return success
elseif msg == "rain" then elseif msg == "rain" then
return success return success