Updates:

Conecta vía mIRC en irc.terrachat.cl

Conectar a un servidor

Iniciado por TerraChat, Sep 26, 2023, 08:48 AM

Tema anterior - Siguiente tema

0 Miembros y 1 Visitante están viendo este tema.

TerraChat

ON *:START: {
  /conex
}
raw *:*: {
  if $numeric == 433 {
    inc -u3 %nonickname 1
    if %nonickname == 2 {
      .nick $+(TerraScript|,$r(1,9999))
    }
  }
}

alias conex { dialog -m entrar entrar ) }
dialog entrar {
  title "TerraScript v.beta.(2024)  "
  size -1 -1 113 54
  option dbu
  edit "", 30, 37 6 70 10
  edit "", 31, 37 19 70 10
  button ":: Chatear ::", 2, 24 38 84 12, default flat
  text "Apodo:", 20, 5 8 32 8
  text "Otro Apodo:", 21, 5 21 31 8
  box "", 13, 2 0 109 33
  icon 7, 3 36 15 15,  img\mirc.ico, 0
  box "", 1, 21 32 90 21
}


On *:DIALOG:entrar:*:* {
  if ($devent == init) {
    did -a $dname 30 $me
    did -a $dname 31 $anick
    if $server != $null {
    }
  }
  if ($devent == sclick) {
    if ($did == 2 ) { .nick $did(30)  | .anick $did(31) | /dialog -c entrar entrar | server irc.terrachat.cl }
  }
}