Then look for another one.. i belive you can find like 100 addons like the one you have.. a good start is to look at www.mircscripts.org smirk or maybe try the leet thing called google http://www.google.com/ grin

or you can work on this:
;-------------- alias start
/massmsg {
set %masschan $chan
if ($me !isop %masschan) { echo -a You dont have op in # | halt }
set %findthere 0
:loop
inc %findthere
set %findnick $nick(%masschan,%findthere,a)
if (%findnick == $null) { halt }
if ($me == %findnick) { goto loop }
msg %findnick Hello
set %numofops $calc( %numofops + 1 )
goto loop
}
; msg %masschan %findnick Hello <<-- that instead of "msg %findnick Hello" will send the msg
; to the channel instead, msg # <nick> hello, ints triggered by "/massmsg"
;-------- alias end

I can give you this much, but i wont help you make a mass kick or mass deop/op.. cos its only trubble makers that have it in there addons/script.. smirk

Last edited by sparta; 13/08/03 12:39 PM.