CIRCNetwork.on306 Member

away on reply

Syntax

object.on306(e);

Arguments

ArgumentSummary
e

Returns

Remarks

See Also

Source Code

function my_306(e)
{
var idleMsgParams = [this.prefs["away"], client.prefs["awayIdleTime"]];
if (!this.isIdleAway)
this.display(getMsg(MSG_AWAY_ON, this.prefs["away"]));
else
this.display(getMsg(MSG_IDLE_AWAY_ON, idleMsgParams));
return true;
}