$context.list Returns a list of existing IRC contexts |
Usage |
<array> $context.list |
Description |
Returns the array of currently existing IRC context identifiers. |
Examples |
Print the names of the currently connected servers |
foreach(%ic,$context.list) echo "IRC context" %ic ": " $context.serverHostName(%ic) |