Site Tools


isconnected

# $EPIC: isconnected.txt,v 1.2 2006/08/01 03:40:36 sthalik Exp $

Synopsis:

$isconnected([<server_refnum>])

Technical:

This function tells you whether you have an active IRC protocol session with a server. This means you can send IRC commands to the server and expect it to respond. This corresponds to the server states SYNCING and ACTIVE.

This returns the same value as $serverctl(GET <server_refnum> CONNECTED)

If you don't provide a refnum, the current server ($serverctl(FROM_SERVER)) is used.

Returns:

Return value Explanation
1 <server_refnum> is usable for your IRC commands
0 <server_refnum> is not valid, or it is not connected to an IRC server

Examples:

if (isconnected(1)) {
    msg someone Hi There!;away I am away! Whee!
}
isconnected.txt · Last modified: 2021/09/11 13:39 by 127.0.0.1