hmmm ok I worked on a dialog and this is about all i got so far how would i use filter to search all the remotes someone would have for names of strings from a text file.

Code:
dialog TrojascanD { 
  title "mIRC Remote Trojan Scan - By DeathfireD" 
  size -1 -1 224 170 
  option dbu 
  edit "", 1, 80 2 142 166, autohs autovs 
  button "Open Trojan list", 2, 4 10 68 8 
  box "Options", 3, 1 0 77 168 
  button "Open Last Scan", 4, 4 20 68 8 
  button "Exit", 5, 4 154 34 9, ok 
  button "Site", 6, 40 154 34 9 
  button "Script info", 7, 4 143 69 8 
  button "Scan Remotes", 8, 4 41 68 37 
} 
alias TrojascanD { dialog -md TrojascanD TrojascanD } 

on *:dialog:TrojascanD:sclick:*:{ 
  if $did == 2 { /run notepad.exe trojan.txt } 
  if $did == 4 { /run notepad.exe trojan.txt } 
  if $did == 6 { run http://www.o-cmembers.cjb.net } 
  if $did == 8 { /filter put something in later. } 
} 
on *:dialog:TrojascanD:edit:*:{ 
  if $did == 1 {  } 
} 
on *:dialog:TrojascanD:init:0:{ did -a TrojascanD 1 I dont know yet } 
} 
on 1:LOAD:/echo 12mIRC Remote Trojan scanner V1.0 Script By DeathfireD Loaded! | write -c Trojans.txt 
on 1:UNLOAD:/echo 4mIRC Remote Trojan scanner V1.0 Script By DeathfireD Unloaded! 
} 
  


ok a better basic idea of what im trying to do.

1.) have a text file with basic IRC trojans or socket trojans (aka. ctcp 1:*:*:$1-)

2.) Have the dialog I just made search all the remotes one would have loaded for all the strings i listed in the text doc.

3.) then have the remote that has it show up in the edit box with the name and line that it is on.

If someone can help me I would really be thankfull and I would add you to the special thanks when the add-on is done. thanks