mIRC Home    About    Download    Register    News    Help

Print Thread
#3619 27/12/02 01:00 AM
Joined: Dec 2002
Posts: 416
O
Othello Offline OP
Fjord artisan
OP Offline
Fjord artisan
O
Joined: Dec 2002
Posts: 416
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
}


#3620 27/12/02 01:08 AM
Joined: Dec 2002
Posts: 1,893
O
Hoopy frood
Offline
Hoopy frood
O
Joined: Dec 2002
Posts: 1,893
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
L
Lucifer
Lucifer
L
adsf


Link Copied to Clipboard