mIRC Home    About    Download    Register    News    Help

Print Thread
#69528 28/01/04 09:00 AM
Joined: Nov 2003
Posts: 2,327
T
Hoopy frood
OP Offline
Hoopy frood
T
Joined: Nov 2003
Posts: 2,327
we all know about $alias and $script, is there an equivalent to $popup ?


New username: hixxy
#69529 28/01/04 10:33 AM
Joined: Jan 2003
Posts: 1,063
D
Hoopy frood
Offline
Hoopy frood
D
Joined: Jan 2003
Posts: 1,063
Code:
You can use the $menu identifier to refer to the menu that is about to pop up or that is assocaited with the script being performed. This allows you to modify the form of the popup based on whether it's a query, channel, etc. popup menu:

menu query,nicklist {
   $iif($menu == nicklist,Op):/mode # +o $$1
}


you can't load more then 1 popup file... so there is no need for an $alias type of identifier


If it ain't broken, don't fix it!

Link Copied to Clipboard