In the following code example:
Code:
menu nicklist {
$iif($somefunction($1-),True,False):somecommand $1-
} 

When multiple nicks are selected from the nick list, $somefunction receives only the first nick selected, while /somecommand receives all the nicks selected. $somefunction must receive all the nicks, but does not.