summaryrefslogtreecommitdiff
path: root/indra/newview/scripts/lua/require/LLChat.lua
diff options
context:
space:
mode:
authorMaxim Nikolenko <maximnproductengine@lindenlab.com>2024-09-27 00:25:45 +0300
committerGitHub <noreply@github.com>2024-09-27 00:25:45 +0300
commit813a97c0ab820edaf5ab0fae942c55f1d4b8a36f (patch)
tree68d215295c5fb121cce1122c3f872d85665ced02 /indra/newview/scripts/lua/require/LLChat.lua
parent51b55e7e85882cde5051d2df6ced8c6a160e04a8 (diff)
parent75d8f732a64e42e8be808a40e8080a226fc91cd9 (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.lua1
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)