summaryrefslogtreecommitdiff
path: root/indra/newview/scripts/lua/require/LLChat.lua
diff options
context:
space:
mode:
authorMnikolenko Productengine <mnikolenko@productengine.com>2024-09-17 12:37:17 +0300
committerMnikolenko Productengine <mnikolenko@productengine.com>2024-09-26 12:30:20 +0300
commited7603bfe63ce5e8c1ff1101270e0406de01dc92 (patch)
tree39840b83f8bf841d62660a9e300eb98940fa84f9 /indra/newview/scripts/lua/require/LLChat.lua
parentb6cbad1cf6c6ae6293825da776ce2191175d4632 (diff)
Use event pump to get autopilot status, when it's terminated; add demo script
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)