summaryrefslogtreecommitdiff
path: root/configs/extensions.lua.sample
diff options
context:
space:
mode:
Diffstat (limited to 'configs/extensions.lua.sample')
-rw-r--r--configs/extensions.lua.sample6
1 files changed, 3 insertions, 3 deletions
diff --git a/configs/extensions.lua.sample b/configs/extensions.lua.sample
index 776128120..691e461fb 100644
--- a/configs/extensions.lua.sample
+++ b/configs/extensions.lua.sample
@@ -78,9 +78,9 @@ TRUNKMSD = 1
-- channel.func_name(1,2,3):set("value")
-- value = channel.func_name(1,2,3):get()
--
--- channel["func_name(1|2|3)"]:set("value")
--- channel["func_name(1|2|3)"] = "value"
--- value = channel["func_name(1|2|3)"]:get()
+-- channel["func_name(1,2,3)"]:set("value")
+-- channel["func_name(1,2,3)"] = "value"
+-- value = channel["func_name(1,2,3)"]:get()
--
-- Note the use of the ':' operator to access the get() and set()
-- methods.