mIRC Home    About    Download    Register    News    Help

Print Thread
#29142 11/06/03 12:04 PM
Joined: Feb 2003
Posts: 12
A
ash Offline OP
Pikka bird
OP Offline
Pikka bird
A
Joined: Feb 2003
Posts: 12
How about a switch for /close to close all query windows that don't have unread text in them.

#29143 11/06/03 05:34 PM
Joined: Apr 2003
Posts: 414
Fjord artisan
Offline
Fjord artisan
Joined: Apr 2003
Posts: 414
Between Khaled integrate this function you can use my script ..
Copy this code .. And in the mirc type alt+r and paste it ..
Then just type /CloseReadedQuerys ..

Alias CloseReadedQuerys {
var %TotalQuerys = $query(0)
var %i = 1
while (%i <= %TotalQuerys) {
var %CurNick = $query(%i) | If (%CurNick = $null) halt
;Thanx at Doqnach 4 $window(N/@name).sbcolor
If ($window(%CurNick).sbcolor != message) { window -c %CurNick | dec %i }
inc %i
}
}


mIRC Chm Help 6.16.0.3 Full Anchored!

Link Copied to Clipboard