Skip to content
MSN Addons

deop

A TG007 community discussion started by trendwhore.

Discussion 4 posts
Page 1 of 1
Open
Topic #5458 · 4 published posts · 865 views

:notworking: hey hello ppl , i got a deop what must deop a lot of ppl in just 1 tikkinghere below is it

 

 

.&Deop

..&All:{ %i = 0 | $nicks = "" | :nextnick | inc %i | if ($nick(#,%i) == $me) { inc %i } | if ($nick(#,%i) == $null) { if ($len(%nicks) > 0) mode # -oooooo %nicks | halt } | %nicks = %nicks $nick(#,%i) | if (6 // %i) { mode # -oooooo %nicks | $nicks = "" } | goto nextnick }

 

thats my deop thats not working will someone help me ?

try this:

deop:{
var %a = $nick($active,0), %b
while (%a >= 0) { 
if ($nick($active,%a) == $me) { dec %a }
var %b = %b $nick($active,%a)
dec %a
}
mode $active - $+ $str(o,$numtok(%b,32)) %b

if it doesn't work, remove the last line and swap the 5th line (var %b = ...) with: mode $active -o $nick($active,%a)

Edited Dec 14, 2005 4:55 PM by Angelia

People are like slinkies; they're generally boring until you push them down stairs

wouldnt this be considered as a take? :o

wouldnt this be considered as a take? :o

 

it is seph but i dont toke that addon as a taker i use it for good stuff :lmaojump: im not like others :o

 

 

thanks to angelia oh btw the last line did i put away and swap the 5th line only then it worked but thanks :lmaojump:

Edited Dec 15, 2005 12:54 PM by trendwhore