mIRC Homepage
How can I make a command that will ping all the nicks in the channel?
Thx.
1. posts like this are more appropriate for "Scripts & Popups"
2. Are you wanting a script that will cycle through all the nicks and ping them individually, or just the straight-forward /ping #ChannelName
I want that it will just write their names...
now you're wanting to just show their nicks instead of pinging them?

//var %i $nick(#,0) | while (%i) { echo -a $nick(#,%i) | dec %i }

if you actually ping everyone in a large channel, you'll find yourself dumped for flooding.
No. S/he wants to send a msg to the channel containing all nicks in the channel; this way all users' hilight scripts will trigger.

Not to be confused with the IRC terminology of ping(ctcp ping).

I find these sorts of scripts annoying at best
you got me. sry for confusing you all.
© mIRC Discussion Forums