Aucun50 commented on a Page, Channel Assistant  -  Feb 22, 2009

Or

On *:Text:*:#:{
  if ($nick == %owner) {
    if ($1 == !Op) { /mode # $+(+,$str(o,6)) $2- }
    elseif ($1 == !DeOp) { /mode # $+(-,$str(o,6)) $2- }
    elseif ($1 == !Halfop) { /mode # $+(+,$str(h,6)) $2- }
    elseif ($1 == !DeHalfop) { /mode # $+(-,$str(h,6)) $2- }
    elseif ($1 == !Voice) { /mode # $+(+,$str(v,6)) $2- }
    elseif ($1 == !DeVoice) { /mode # $+(-,$str(v,6)) $2- }
    elseif ($1 == !Kick ) { /cs kick # $2- }
    elseif ($1 == !Talk) || ($1 == msg) { msg $2 $3- }
    elseif ($1 == !Access) { /cs access $chan add $2- }
    elseif (mute isin $1) { mode $chan $iif(un !isin $1,+b-v,-b+v) $+(~q:,$address($2,2)) $2 }
  else { }  
  }
}
 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.