Is there a way to specify that the user issuing the command ($nick) is %follow and the channel owner is %username ?

This is similar to how I would like to use the follow check:
Code:
on *:text:!gimme:#: {
  followcheck
  if !%error { msg $chan $nick , you are not a follower. Hit that follow button to have access to this command! | halt }
else { msg $chan Here is your gold. } 
}