mIRC Home    About    Download    Register    News    Help

Print Thread
#33993 04/07/03 05:10 AM
Joined: Jan 2003
Posts: 127
L
Vogon poet
OP Offline
Vogon poet
L
Joined: Jan 2003
Posts: 127
Why cant the following work?
menu nicklist {
$iif($snicks,Request List : capture $1)
}

If a nick is selected, then the menu "Request list will appear and when pressed, executed capture $1. But the menu become grey out instead!

#33994 04/07/03 05:12 AM
Joined: Dec 2002
Posts: 3,138
C
Hoopy frood
Offline
Hoopy frood
C
Joined: Dec 2002
Posts: 3,138
Code:
menu nicklist {
  $iif($snicks,Request List):capture $1
}

#33995 04/07/03 05:14 AM
Joined: Jan 2003
Posts: 127
L
Vogon poet
OP Offline
Vogon poet
L
Joined: Jan 2003
Posts: 127
oh, thanks. it was a syntax error! Fast reply anyway!


Link Copied to Clipboard