Is it possible to embed an on:ctcpreply event inside a on:join event?

Or, is it possible to use on: events in goto commands?

For example

on *:join:#channel:{
if ($nick == somenick) {
ctcp version $nick
goto next
}
:next
on *:ctcpreply:version*: /run some commands
}

Thanks