mIRC Home    About    Download    Register    News    Help

Print Thread
#146205 01/04/06 03:43 PM
Joined: Feb 2006
Posts: 164
V
vexed Offline OP
Vogon poet
OP Offline
Vogon poet
V
Joined: Feb 2006
Posts: 164
I can't say for sure, so i'll ask it as a question
I have an @window open with a menu and in the menu is /window -c @window
which closes it fine, but i added an fkey alias

alias f3 { /window -c @window }

and that won't close it, any reason why?

#146206 01/04/06 03:51 PM
Joined: Feb 2005
Posts: 681
M
Fjord artisan
Offline
Fjord artisan
M
Joined: Feb 2005
Posts: 681
Worked here. Maybe you have another
F3 alias that is being loaded first?

//echo -a $isalias(F3).fname

alias F3 window -c @test
menu @test {
Close (F3):window -c @test
}

~ Edit ~
I Don't know why you deleted your post but...

Using v6.17 but I just tried it on v6.16 and it worked fine
there too. Maybe it's a difference in the window properties,
but I can't see why, I just used /window @test with no
parameters.

Last edited by mIRCManiac; 01/04/06 04:01 PM.

Link Copied to Clipboard