mIRC Home    About    Download    Register    News    Help

Print Thread
#60765 17/11/03 10:48 AM
Joined: Sep 2003
Posts: 584
B
bunar Offline OP
Fjord artisan
OP Offline
Fjord artisan
B
Joined: Sep 2003
Posts: 584
this is kinda my request for help to all good scripters...

i want to make a dialog form with listbox or simmiliar that shows who all is on my ignore list, and when i highlight it by click, and cllick on the UN-ignore button, it removes that addr,,,
simmiliar to ban console...

anyone can help?

#60766 17/11/03 11:54 AM
Joined: Dec 2002
Posts: 1,922
O
Hoopy frood
Offline
Hoopy frood
O
Joined: Dec 2002
Posts: 1,922
You can loop through $ignore(N) to add every address to the listbox: //var %i = 1 | while $ignore(%i) { did -a dialog list-id $ifmatch | inc %i }

To unignore the selected address, use something like:
  • On *:dialog:name:sclick:button-id:ignore -rw $$did(list-id).seltext | did -d name list-id $did(list-id).sel

#60767 17/11/03 03:15 PM
Joined: Sep 2003
Posts: 584
B
bunar Offline OP
Fjord artisan
OP Offline
Fjord artisan
B
Joined: Sep 2003
Posts: 584
thanx


Link Copied to Clipboard