ON Op, On Voice.....

By Repz on Dec 30, 2005

OK, When you are op'd deop'd voiced devoiced halfop'd dehalfop'd, This script will say, hey $nick thanks for the power, or hey $nick gimme my power back, its all auto so you dont need to do anything, just add it to a new remote file. your welcome to change the colors on this script if the blue dont suit you ;)

on *:OP:#: {
  if ($opnick == $me) {
    inc %opcount 1
    msg $chan 12Thanks 12For 12The 12Ops $nick 12(I12've 12Been 12Op12'd %opcount 12Times12)
  }
}
on *:DEOP:#: {
  if ($opnick == $me) {
    inc %deopcount 1
    msg $chan 12Hey 12i 12want 12my 12ops $nick 12(I12've 12Been 12DEOP12'd %opcount 12Times12)
  }
}
on *:VOICE:#: { 
  if ($vnick == $me) {
    inc %vopcount 1
    msg $chan 12Thanks 12For 12The 12Ops $nick 12(I12've 12Been 12Voiced %vopcount 12Times12)
  }
}
on *:DEVOICE:#: { 
  if ($vnick == $me) {
    inc %dvopcount 1
    msg $chan 12Hey 12i 12want 12my 12voice $nick 12(I12've 12been 12devoiced $dvopcount 12Times12)
  }
}
on *:HELP:#: {
  if ($hnick == $me) { 
    inc %hopcount 1
    msg $chan 12Thanks 12for 12the 12Hop $nick (12I12've 12Been 12Hop12'd %hopcount 12Times12)
  }
}
on *:DEHELP:#: {
  if ($hnick == $me) { 
    inc %dhopcount 1 
    msg $chan 12Hey 12i 12want 12my 12hop 12back $nick 12(I12've 12Been 12Dehop12'd %dhopcount 12Times12)
  }
}

Comments

Sign in to comment.
pony   -  Jan 15, 2006

NO COMMENT :@

 Respond  
SnoooP   -  Dec 31, 2005

nice :) 5 from me.

 Respond  
Repz   -  Dec 31, 2005

Thanks!

 Respond  
CaRe_Taker   -  Dec 30, 2005

its pretty simple :)
but it works good aye :)
hope u get it to work :)

 Respond  
Repz   -  Dec 30, 2005

I know what ya mean, Ill try it!

 Respond  
CaRe_Taker   -  Dec 30, 2005

You could add a menu channel thing like this to reset ure counters as well ^_^

menu channel {
Counters
.Op Counter $+ ( $+ %opcount $+ )
..Op reset:/set %opcount o
}
some thin like that any way :)

 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.