Actions
$servervars » History » Revision 2
« Previous |
Revision 2/11
(diff)
| Next »
Per Amundsen, 08/28/2017 02:29 PM
Added in 2.9
$servervars(N)
Returns the Nth server variable discovered during raw 005 events.
Parameters
N - If N = 0. number of variables, otherwise the Nth variable.
Properties
.value - Returns the value for the variable if it was discovered as key=value.
.key - Returns the key/name of the variable.
Example
; Check for channel types //echo -ag $iif($servervars(CHANTYPES),channel types for this server is $servervars(CHANTYPES),channel types was not found)
Updated by Per Amundsen about 7 years ago · 2 revisions