Mass Commands

By amigo on Nov 19, 2006

You just copy the snippet in to the remote (alt + r ) save it and then you chen on the nick list and see . They are mass commands for op ,deop ,voice ,devoice

on *:LOAD:/echo $input(Mass Commands Snippet Made by Amigo $crlf $crlf !!)
alias massvoice {
  set %_ $replace($snicks,$chr(44),$chr(32))
  while ($numtok(%_,32) > 0) {
    mode $active $str(+v,$modespl) $gettok(%_,1- $+ $modespl $+ ,32)
    set -u0 %_ $gettok(%_, $+ $calc($modespl + 1) $+ -,32)
  }
}
alias massdvoice {
  set %_ $replace($snicks,$chr(44),$chr(32))
  while ($numtok(%_,32) > 0) {
    mode $active $str(-v,$modespl) $gettok(%_,1- $+ $modespl $+ ,32)
    set -u0 %_ $gettok(%_, $+ $calc($modespl + 1) $+ -,32)
  }
}
alias massop {
  set %_ $replace($snicks,$chr(44),$chr(32))
  while ($numtok(%_,32) > 0) {
    mode $active $str(o,$modespl) $gettok(%_,1- $+ $modespl $+ ,32)
    set -u0 %_ $gettok(%_, $+ $calc($modespl + 1) $+ -,32)
  }
}
alias massdop {
  set %_ $replace($snicks,$chr(44),$chr(32))
  while ($numtok(%_,32) > 0) {
    mode $active $str(-o,$modespl) $gettok(%_,1- $+ $modespl $+ ,32)
    set -u0 %_ $gettok(%_, $+ $calc($modespl + 1) $+ -,32)
  }
}
menu nicklist {
  @Mass Commands
  .+o:/massop
  .-o:/massdop
  .+v:/massvoice
  .-v:/massdvoice
}

Comments

Sign in to comment.
Graham   -  Dec 06, 2006

I didn\'t exactly work for me.. Maybe I don\'t understand

 Respond  
Setever   -  Dec 02, 2006

Looking as sean has, I\'d really have to agree. Comparing the two, it\'s almost a definite thing.

 Respond  
sean   -  Nov 20, 2006

sorry in advance if this seems wrong or whatnot. Im sure someone else can see where im coming from with this but, judging by your menu and load blocks, im going to go out on a limb and say that you are not the author of this snippet.

 Respond  
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.