during ON JOIN, $nick is the nick joining the channel, and yourself is always $me, so you can do something like:

if ($me isop $chan) {
if my nick is an op do .........
}
else {
and if not do ............
}