Good idea would be to match the address too.

//whois <nick>
^ grab the address.

Then;

Code:
on *:JOIN:#: {
  ;- If nick Revolution is give OP
  if (Revolution* iswm $nick) && ($address($nick,2) = <the address here>) {
    /mode $chan +v $nick
  }
}