Snippets Project Page
Author: Seb
Added: 10w
Updated: Never
mIRC: AdiIRC 4.1
Hits: 174
Downloads: 1
Review: entropy
Size: 489B
2
0
Login to vote.
/mass +v/-v
v1.0
This is for doind mass commands using the maximum amount of command per line on every network, for example, undernet allows +oooooo but EfNet +oooo (im not sure)
Download
JSON
▲ Review
▼ Source
alias mass { if ( $regex($1,/^[\+-]?[ohbav]$/) ) && ( $me isop # ) { var %a, %c = $+($left($1,1),$str($right($1,1),$modespl)) var %d = $iif( $left($1,1) === -, $right($1,1), $iif($right($1,1) == v,a,$+(a,$chr(44),o)) ), %b = $nick(#,0,%d) while %b { if ( $nick(#,%b,%d) != $me) { %a = %a $v1 if ($modespl == $numtok(%a,32)) { mode # %c %a %a = "" } } dec %b } if (%a) mode # %c %a } }
Changelog:
0
0
Comments (1)

