duckz   -  Apr 06, 2014

Help chan msg all voiced members currently in chat ...

Looking for a trigger (!voiced) or what ever when its used it will msg the channel via bot to include every nickname that is currently voiced and or oped in channel ... Thanks!

Nos  -  Apr 06, 2014
on !@*:TEXT:!voice:#:mode $chan +v $nick 
duckz  -  Apr 07, 2014

I was using msg +%@# and doing private messages, but wanted to keep it in the primary channel. I'll have to try your code later - thanks!

Meta  -  Apr 07, 2014

That code will voice any user who says "!voice" in a channel. You're looking to send a message to send a message to any user with a certain rank or higher, yeah?

I would stick with the method you were using before (/msg {prefix}#channel ), or you can use the /notice command the same way instead if you don't want a new window to open up on each client.

duckz  -  Apr 07, 2014

Yes thats what I was looking to do ... and yes I now notice the above suggested code is a mode command...

Thanks!

Nos  -  Apr 10, 2014

@duckz : you mean

on @*:TEXT:*:#:{
  if ($nick isreg $chan && $1 == !voice) {
    mode $chan +v $nick
  }
  else {
    msg $chan command only for user/regular in channel
  }
} 

[i]

!voice * Nos sets mode: +v bleach <+bleach> !voice <@Nos> command only for user/regular in channel <+bleach> !voice [/i]
Sign in to comment

Are you sure you want to unfollow this person?
Are you sure you want to delete this?
Click "Unsubscribe" to stop receiving notices pertaining to this post.
Click "Subscribe" to resume notices pertaining to this post.