mIRC Home    About    Download    Register    News    Help

Print Thread
#164538 13/11/06 12:11 AM
Joined: Oct 2006
Posts: 68
B
BuTLeR Offline OP
Babel fish
OP Offline
Babel fish
B
Joined: Oct 2006
Posts: 68
Hi again i was wondering if any one could help me make a popup so that it only works for lets say some certain person querying me.

thx


At Your Service.
#164539 13/11/06 01:06 AM
Joined: Oct 2006
Posts: 342
L
Fjord artisan
Offline
Fjord artisan
L
Joined: Oct 2006
Posts: 342
menu query {
yourmenu:command
}

#164540 13/11/06 01:53 AM
Joined: Dec 2004
Posts: 66
B
Babel fish
Offline
Babel fish
B
Joined: Dec 2004
Posts: 66
Code:
menu query {
  $iif($active == VooDooQueen, Do something) : {
    echo -a commands here
  }
}  


Replace VooDooQueen with the nick of the person you are interested in, or you can use a variable there that is set elsewhere if needed. Also replace "Do something" with what you want to apear in the popup menu and replace my echo with your commands.


Link Copied to Clipboard