generated from your-land/yl_template
Clarifies wording
This commit is contained in:
parent
18ee1b2f3d
commit
28af30c972
@ -1,7 +1,7 @@
|
||||
local chatcommand_cmd = yl_ticker.settings.chatcommand_domain .. "_add"
|
||||
local chatcommand_definition = {
|
||||
params = "<message>$<frequency in seconds>$<runtime in seconds>",
|
||||
description = "Sends the message each frequency seconds for a maximum number of runtime seconds." ..
|
||||
params = "<message>$<frequency>$<runtime|timestamp>",
|
||||
description = "Sends the message each frequency until runtime or timestamp." ..
|
||||
"\n" .. "Example: /" .. chatcommand_cmd .. " Message $ 50 $ 3600" ..
|
||||
"\n" .. "For more examples do /" ..
|
||||
yl_ticker.settings.chatcommand_domain .. "_examples",
|
||||
|
@ -1,7 +1,7 @@
|
||||
local chatcommand_cmd = yl_ticker.settings.chatcommand_domain .. "_list"
|
||||
local chatcommand_definition = {
|
||||
params = "<ticker ID>",
|
||||
description = "List tickers with ID to you." .. "\nExample: /" ..
|
||||
description = "List attributes of ticker with ID to you." .. "\nExample: /" ..
|
||||
chatcommand_cmd .. " 5",
|
||||
privs = {[yl_ticker.settings.user_privs] = true},
|
||||
func = function(name, param)
|
||||
|
Loading…
Reference in New Issue
Block a user