Hi. i have a custom window that lists nicks in order, that part works fine and i can highlight one or all. my problem is how to send a command to all at once. individually each selected nick is $1 and if 2 are highlighted they become $1 and $2.
i don't want to have to write
menu @win {
message {
msg $1 message
msg $2 message
msg $3 message
}
}
any ideas? oh and no it's not for spam thats just an example