Jethro commented on a Page, Auto Connect to Your Server  -  Dec 12, 2011

Just a friendly suggestion to make these bits less redundant:

alias aconyserv {
if ($dialog(aconyserv)) { dialog -x aconyserv }
dialog -m aconyserv aconyserv
}

alias aconyserv {
  dialog $iif($dialog(aconyserv),-v,-md) aconyserv aconyserv
}

alias aconyserv_cb {
if ($2 == sclick) && ($3 == 2) {
server %your.server
dialog -x aconyserv
}
elseif ($2 == sclick) && ($3 == 3) {
dialog -x aconyserv
}
}

alias aconyserv_cb {
  if ($2 == sclick) {
    if ($3 == 2) {
      server %your.server 
      dialog -x aconyserv
    }
    elseif ($3 == 3) {
      dialog -x aconyserv
    }
  }
}
 Respond  
Are you sure you want to unfollow this person?
Are you sure you want to delete this?
Click "Unsubscribe" to stop receiving notices pertaining to this post.
Click "Subscribe" to resume notices pertaining to this post.