diff options
author | Maxim Nikolenko <maximnproductengine@lindenlab.com> | 2024-09-27 00:25:45 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-09-27 00:25:45 +0300 |
commit | 813a97c0ab820edaf5ab0fae942c55f1d4b8a36f (patch) | |
tree | 68d215295c5fb121cce1122c3f872d85665ced02 /indra/newview/scripts/lua/require/LLChat.lua | |
parent | 51b55e7e85882cde5051d2df6ced8c6a160e04a8 (diff) | |
parent | 75d8f732a64e42e8be808a40e8080a226fc91cd9 (diff) |
Merge pull request #2700 from secondlife/maxim/lua-autopilot-dev
Lua api for autopilot functions
Diffstat (limited to 'indra/newview/scripts/lua/require/LLChat.lua')
-rw-r--r-- | indra/newview/scripts/lua/require/LLChat.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/scripts/lua/require/LLChat.lua b/indra/newview/scripts/lua/require/LLChat.lua index bc0fc86d22..3ac3bab746 100644 --- a/indra/newview/scripts/lua/require/LLChat.lua +++ b/indra/newview/scripts/lua/require/LLChat.lua @@ -5,6 +5,7 @@ local LLChat = {} -- *************************************************************************** -- Nearby chat -- *************************************************************************** +LLChat.nearbyChatPump = "LLNearbyChat" -- 0 is public nearby channel, other channels are used to communicate with LSL scripts function LLChat.sendNearby(msg, channel) |