mIRC Home    About    Download    Register    News    Help

Print Thread
#44058 25/08/03 07:03 AM
Joined: Aug 2003
Posts: 9
B
Nutrimatic drinks dispenser
OP Offline
Nutrimatic drinks dispenser
B
Joined: Aug 2003
Posts: 9
I'm making a masterdialog , but i don't know how to put a nicklist in a dialog , does any1 knows how to do that?
Many thanks in advance
Boogyman

#44059 25/08/03 02:03 PM
Joined: May 2003
Posts: 2,265
P
Hoopy frood
Offline
Hoopy frood
P
Joined: May 2003
Posts: 2,265
alias nicks {
var %i 1
while (%i <= $nick($active,0)) {
did -a <name> <id> $nick($active,%i)
inc %i
}
}
just make sure the active window is the channel with the nicks in smile


new username: tidy_trax

Link Copied to Clipboard