mIRC Home    About    Download    Register    News    Help

Print Thread
#11924 18/02/03 05:33 PM
Joined: Feb 2003
Posts: 3
A
ahrens Offline OP
Self-satisified door
OP Offline
Self-satisified door
A
Joined: Feb 2003
Posts: 3
Code:
 
on *:TEXT:*:#:{ 
  if ( $highlight($1-) != $null ) { 
    dll highlight.dll Popup ....  
   } 
}
 


This won't work, I got no idea why.
Target is to /dll highlight.dll whenever a word from my highlight-list is used, so there shouldn't be only the "normal" highlight. I don't know how do achieve this...

Another thing would be to only activate the dll if the highlight is used in an inactive channel or if mIRC ist not the active application (both conditions possible).

Thx in advance
ahrens

Last edited by ahrens; 18/02/03 05:53 PM.
Joined: Feb 2003
Posts: 3
A
ahrens Offline OP
Self-satisified door
OP Offline
Self-satisified door
A
Joined: Feb 2003
Posts: 3
As for now, I enjoyed the first success, the remote works, BUT only on the last connected (open) server. How do I control more than one active server?


Link Copied to Clipboard