mIRC Home    About    Download    Register    News    Help

Print Thread
Joined: Dec 2015
Posts: 14
S
shaf12 Offline OP
Pikka bird
OP Offline
Pikka bird
S
Joined: Dec 2015
Posts: 14
How can I make a command that will ping all the nicks in the channel?
Thx.

Joined: Jan 2004
Posts: 2,127
Hoopy frood
Offline
Hoopy frood
Joined: Jan 2004
Posts: 2,127
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

Joined: Dec 2015
Posts: 14
S
shaf12 Offline OP
Pikka bird
OP Offline
Pikka bird
S
Joined: Dec 2015
Posts: 14
I want that it will just write their names...

Joined: Jan 2004
Posts: 2,127
Hoopy frood
Offline
Hoopy frood
Joined: Jan 2004
Posts: 2,127
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.

Joined: Apr 2010
Posts: 969
F
Hoopy frood
Offline
Hoopy frood
F
Joined: Apr 2010
Posts: 969
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


I am SReject
My Stuff
Joined: Dec 2015
Posts: 14
S
shaf12 Offline OP
Pikka bird
OP Offline
Pikka bird
S
Joined: Dec 2015
Posts: 14
you got me. sry for confusing you all.


Link Copied to Clipboard