mIRC Home    About    Download    Register    News    Help

Print Thread
#3619 27/12/02 01:00 AM
Joined: Dec 2002
Posts: 417
O
Othello Offline OP
Fjord artisan
OP Offline
Fjord artisan
O
Joined: Dec 2002
Posts: 417
How do I make a line so I can right click in a
custom window and remove the nick from my
blacklist? In the custom Window It shows the
Channel then the NICK then reason like this


@TEST #Channel - Nick - REASON FOR KICK


I am also looking for a line to remove the selected
line from the @Test Window.


menu @TEST {
Remove User From Blacklist: /ruser 11 $3 2
-
Remove Selected Line:
-
Clear:/clear @TEST
-
Close:/window -c @TEST
}





Intelligence: It's better to ask a stupid question, then to prove it by not asking....
#3620 27/12/02 01:08 AM
Joined: Dec 2002
Posts: 1,922
O
Hoopy frood
Offline
Hoopy frood
O
Joined: Dec 2002
Posts: 1,922
Open a listbox window - /window -l @test

the menu will be looking like:

Code:
menu @test {
  Remove from blacklist: ruser 11 $3 2
  Remove selected line: dline @test $sline(@test,1).ln
}
Check the help file or view some tutorials for more information

#3621 27/12/02 01:10 AM
Joined: Dec 2002
Posts: 40
L
Ameglian cow
Offline
Ameglian cow
L
Joined: Dec 2002
Posts: 40
adsf


Link Copied to Clipboard