Code:
 on 1:join:#:{ if ($me !ison $chan) &&  ($nick !isop $chan) { .timermsg1 1 3 /msg $nick welcome to our channel! } } 


Please note that when a person joins a channel they never have ops so the second condition will always be true

The second code shouldn't work at all, since $chan returns $null in an alias.