Plugin list

Variables

Command Help
getVariables get [--domain <domaintype>] [--name <domainname>] <name>
Get the value of the variable called <name>, in the domain matching the <domaintype> and the <domainname>. If <domainname> is not given, it defaults to the current domain matching the <domaintype>. If <domaintype> is not given, it defaults to the global domain. Valid domain types are 'global', 'channel', and 'network'. Note that channel domains are channel-specific, but are cross-network.
setVariables set [--domain <domaintype>] [--name <domainname>] <name> <value>
Sets a variable called <name> to be <value>, in the domain matching the <domaintype> and the <domainname>. If <domainname> is not given, it defaults to the current domain matching the <domaintype>. If <domaintype> is not given, it defaults to the global domain. Valid domain types are 'global', 'channel', and 'network'. Note that channel domains are channel-specific, but are cross-network.
unsetVariables unset [--domain <domaintype>] [--name <domainname>] <name>
Unsets a variable called <name>, in the domain matching the <domaintype> and the <domainname>. If <domainname> is not given, it defaults to the current domain matching the <domaintype>. If <domaintype> is not given, it defaults to the global domain. Valid domain types are 'global', 'channel', and 'network'. Note that channel domains are channel-specific, but are cross-network.