$locked

From Scriptwiki
Revision as of 20:47, 8 April 2008 by Daveoh (talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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.

See Also