$context.serverIsIPV6
Returns the IPv6 state of an IRC context
Usage
<string> $context.serverIsIPV6
<string> $context.serverIsIPV6(<irc_context_id:uint>)
Description
Returns true if the current IRC context connection runs over IPv6. If no irc_context_id is specified then the current irc_context is used. If the irc_context_id specification is not valid then this function returns nothing (that evaluates to false). If the specified IRC context is not currently connected then this function returns nothing (that evaluates to false).
See also
$context.serverport, $context.serverhostname, $context.serverpassword

Index, Functions