$locked
From Scriptwiki
Returns $true if mIRC is currently locked.
$locked
- This function has no parameters.
Example
on *:OPEN:?:*:{ if ($locked) { msg $nick My mIRC is currently minimised and locked. } }
The above script would notify a user when they opened a new query dialog with you that your mIRC is locked.