$context.serverName
Returns the IRC server name of an IRC context
|
Usage |
$contex.serverName
$contex.serverName(<irc_context_id>)
|
Description |
Returns the name of the IRC server for the specified irc context.
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. If the specified IRC context is not currently connected
then this function returns nothing.
|
Syntax Specification |
<string> $contex.serverName
<string> $contex.serverName(<irc_context_id:uint>)
|
See also |
$context.serverPort, $context.serverIpAddress, $context.serverPassword
|