Jethro commented on a Page, Op, Half-Op and Voice  -  Feb 17, 2010

how to make it work nicely if we changes the : on :text::#: to: on :input::#: for selfcontrol ??

on @*:INPUT:#: {
  if ($regex($1,/^`(d)?(o|v|(h)?op)$/iS)) && ($2 ison #) {
    $iif(!$nick(#,$2,hov),mode # $replace($1,`v,+v,`o,+o,`hop,+h) $2)
    $iif($nick(#,$2,hov),mode # $replace($1,`dv,-v,`dop,-o,`dhop,-h) $2)
  }
}

Same syntax: v,dv, o,dop, hop, anddhop NickHere

Make sure you're opped in channel.

 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.