$servervars » History » Revision 10
« Previous |
Revision 10/11
(diff)
| Next »
Per Amundsen, 04/03/2022 01:16 AM
Added in 2.9
$servervars(N|key)
Returns the Nth server variable discovered during raw 004 and 005 events.
Raw 004 tokens are added as _usermodes, _channelmodes, _channelmodesargs.
Raw 002 tokens are added as _ircdversion.
Parameters
N - If N = 0. number of variables, otherwise the Nth variable.
key - Returns the value from a key=value 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 over 2 years ago · 10 revisions