if it is just a few people, not a huge irc chan with user access levels with your own bot etc try this

Code:
on *:join:#chan: {
  ( if $address == jesus@342.52.14.24@thisISPsucks.net )
  op $nick
}