FunctionsVariables Functions
$viewChannelVars
View a list of all the variables that are defined for a specific channel, and search for specific variables using a regular expression query filter
Usage
$viewChannelVars[Channel ID (default: $channelID);Separator;Query Regex (optional)]Example:
!!exec $viewChannelVars
ticket, ticket_owner, staff
Example (return only variables that starts with ticket):
!!exec $viewChannelVars[$channelID; ,;^ticket]
ticket, ticket_owner