I believe this is correct, but I don't use $input often, so I may have the syntax incorrect and I don't have mIRC here to look at.

Code:
on *:start: {
  if ($input(Welcome Mlupu, do you want to connect to irc.network.com?,yes,no) == yes) { server irc.network.com }
}