Code:
menu * {
  Serverchange:{
    var %nick $$?="the prompted nick" 
    var %pass $$?*="the prompted pass"
    nick %nick
    server aa.bb.cc %nick %pass
  }
}

 


billythekid