Good Evening

I created an auto-join dialog but I do not know how to make it work on mirc.
My idea would be of all saved channels is in the autojoin.ini file

Below the dialog I created
Code:
dialog autojoin {
  title "«‡» Auto-Join «‡»  [Deixe em branco caso não tenha senha]"
  size -1 -1 281 125
  option dbu
  icon scripts\icones\iconlim256.ico, 0
  box "", 1, 3 -1 276 123
  text "Canal:", 2, 7 7 17 8
  edit "#", 3, 24 6 60 10
  text "Rede:", 4, 8 19 16 8
  edit "", 5, 24 18 60 10
  text "Senha:", 6, 6 31 18 8
  edit "", 7, 24 30 60 10
  list 8, 90 4 186 115, size
  button "Adicionar", 9, 6 49 37 12, default
  button "Remover", 10, 47 49 37 12
  check "Auto-Join depois de identificar", 11, 6 70 84 10
  check "Ativar Auto-Join", 12, 6 82 50 10
  button "Fechar", 13, 26 100 37 12, ok
}


If someone can help me ... I'll be grateful.