$locked: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
(No difference)
|
Latest revision as of 18:47, 8 April 2008
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.