mIRC Home    About    Download    Register    News    Help

Print Thread
#143454 24/02/06 02:49 PM
Joined: Nov 2005
Posts: 3
A
aquilla Offline OP
Self-satisified door
OP Offline
Self-satisified door
A
Joined: Nov 2005
Posts: 3
Well, when I try to search my active custom window it searches the last active channel window instead. Here's what I used if you'd care to try it out for yourself;

Code:
alias view.log {
  var %f = $logdir $+ $mklogfn($1), %w = @ $+ $mklogfn($1)
  if ($isfile(%f)) {
    window -k0d %w
    loadbuf 2000 %w %f
  }
}

Joined: Feb 2005
Posts: 681
M
Fjord artisan
Offline
Fjord artisan
M
Joined: Feb 2005
Posts: 681

Joined: Feb 2006
Posts: 546
J
Fjord artisan
Offline
Fjord artisan
J
Joined: Feb 2006
Posts: 546
haha nice


"The only excuse for making a useless script is that one admires it intensely" - Oscar Wilde
Joined: Sep 2005
Posts: 2,881
H
Hoopy frood
Offline
Hoopy frood
H
Joined: Sep 2005
Posts: 2,881
His report doesn't sound like it's about the same bug. It may be the same or irrelevant but nothing suggests this other than both involve Ctrl+F.

Joined: Dec 2002
Posts: 5,420
Hoopy frood
Offline
Hoopy frood
Joined: Dec 2002
Posts: 5,420
Thanks this has been fixed for the next bugfix release.


Link Copied to Clipboard