equipe-eco

DIA 214 — SERVIDOR 612 — HUB DO CLÃ © Silverghost
Foto da equipe
Aguardando atribuição

Echo

17 membros — líder aguardando atribuição
Grupo privado
Definido pelo líder da equipe

Coordenação ao vivo — Discord

6 online agora no canal #echo-voice

Entrar no Discord

Canal de comando — somente para o líder da equipe

Linha direta com o comandante para escalonamentos e chamadas entre equipes

Enviar mensagem para o comandante

Ferramentas do líder da equipe

Bloqueado — nenhum líder de equipe atribuído ainda
Gerenciar lista Agendar evento Publicar anúncio Carregar foto da equipe
Este fórum é visível para os membros da equipe Echo apenas. Outros membros do clã podem ver que este grupo existe, mas não a discussão dentro dele.
8 oficiais do clã têm acesso permanente ao fórum privado de cada equipe, para supervisão e coordenação entre equipes.
Imagem anexada

Informação de inteligência — horda avistada na crista leste

Iniciado por Harlow

Captura de tela anexada
22respostas
1 hora atrás

Resultados do reconhecimento de longo alcance, dia 213

Iniciado por Ferret

10respostas
Ontem

Atualizações do mapa para a zona 9

Iniciado por Fenn

<div
8respostas
2 dias atrás

Nova rota de reconhecimento descoberta

Iniciado por Slate

6respostas
4 dias atrás
function linkify(text){ var escaped = text.replace(/&/g,’&’).replace(/</g,'/g,’>’); var urlRegex = /((https?://|www.)[^s<]+)/gi; return escaped.replace(urlRegex, function(url){ var href = url.indexOf('http') === 0 ? url : 'https://' + url; return '‘ + url + ‘‘; }); } function wireImageUpload(inputId, imgId, placeholderId){ var input = document.getElementById(inputId); if(!input) return; input.addEventListener(‘change’, function(e){ var file = e.target.files[0]; if(!file) return; var reader = new FileReader(); reader.onload = function(ev){ var img = document.getElementById(imgId); img.src = ev.target.result; img.style.display = ‘block’; if(placeholderId){ var p = document.getElementById(placeholderId); if(p) p.style.display = ‘none’; } }; reader.readAsDataURL(file); }); } wireImageUpload(‘newThreadImgInput’, ‘newThreadImgPreview’, null); document.getElementById(‘postThreadBtn’).addEventListener(‘click’, function(){ var textEl = document.getElementById(‘newThreadText’); var text = textEl.value.trim(); if(!text) return; var img = document.getElementById(‘newThreadImgPreview’); var hasImg = img.style.display === ‘block’; var threads = document.querySelector(‘.threads’); var div = document.createElement(‘div’); div.className = ‘thread’; div.innerHTML = ‘

‘ + linkify(text) + ‘

Iniciado por você

‘ + (hasImg ? ‘Captura de tela anexada‘ : ”) + ‘
‘ + ‘
0respostas
‘ + ‘
Agora mesmo
‘; threads.insertBefore(div, threads.firstChild); textEl.value = ”; img.style.display = ‘none’; img.src = ”; document.getElementById(‘newThreadImgInput’).value = ”; }); (function(){ var launch = new Date(2026, 0, 1); var now = new Date(); var diffMs = now – launch; var dayNum = Math.floor(diffMs / 86400000) + 1; if (dayNum < 1) dayNum = 1; var el = document.getElementById("dayCounter"); if (el) el.textContent = "DAY " + dayNum; })();
Rolar para cima