47.49.255.14 (syn-047-049-255-014.biz.spectrum.com)

syn-047-049-255-014.biz.spectrum.com:23

Connection Banner:

Synchronet BBS for Linux Version 3.21 Telnet connection from: 127.0.0.1 Resolving hostname...

This banner is more than 95% similar to 2 other servers:

Server URLs

Server Location: πŸ‡ΊπŸ‡Έ United States (GeoIP)

BBS Software

Detected: Synchronet

Encoding

  • Effective encoding: ascii

  • Scanner detected: ascii

Telnet Fingerprint

46cf87861dca7460

This fingerprint is shared by 8 other servers.

Options offered by server: AARDWOLF, ATCP, GMCP, MCCP2, MCCP3, MSDP, MSP, MSSP, MXP, ZMP

The complete JSON record collected during the scan, including Telnet negotiation results and banner data.

Show JSON
{
  "server-probe": {
    "fingerprint": "46cf87861dca7460",
    "fingerprint-data": {
      "offered-options": [
        "AARDWOLF",
        "ATCP",
        "GMCP",
        "MCCP2",
        "MCCP3",
        "MSDP",
        "MSP",
        "MSSP",
        "MXP",
        "ZMP"
      ],
      "probed-protocol": "server",
      "refused-options": [
        "BINARY",
        "CHARSET",
        "COM_PORT",
        "ECHO",
        "EOR",
        "SGA",
        "STATUS"
      ],
      "requested-options": [],
      "scan-type": "quick"
    },
    "session_data": {
      "banner_after_return": "",
      "banner_before_return": "\r\nSynchronet BBS for Linux  Version 3.21\r\nTelnet connection from: 127.0.0.1\r\nResolving hostname...\r\n",
      "dsr_replies": 0,
      "dsr_requests": 0,
      "encoding": "ascii",
      "option_states": {
        "server_offered": {
          "AARDWOLF": true,
          "ATCP": true,
          "GMCP": true,
          "MCCP2": true,
          "MCCP3": true,
          "MSDP": true,
          "MSP": true,
          "MSSP": true,
          "MXP": true,
          "ZMP": true
        },
        "server_requested": {
          "AARDWOLF": false,
          "ATCP": false,
          "GMCP": false,
          "MCCP2": false,
          "MCCP3": false,
          "MSDP": false,
          "MSP": false,
          "MSSP": false,
          "MXP": false,
          "ZMP": false
        }
      },
      "scan_type": "quick",
      "timing": {
        "probe": 0.5038132667541504,
        "total": 11.015610456466675
      }
    }
  },
  "sessions": [
    {
      "connected": "2026-04-05T19:05:05.600803+00:00",
      "host": "syn-047-049-255-014.biz.spectrum.com",
      "ip": "47.49.255.14",
      "port": 23
    },
    {
      "connected": "2026-04-07T05:45:49.623326+00:00",
      "host": "syn-047-049-255-014.biz.spectrum.com",
      "ip": "47.49.255.14",
      "port": 23
    }
  ]
}

Connection Log

Debug-level log of the Telnet negotiation session, showing each IAC (Interpret As Command) exchange between client and server.

Generated by telnetlib3-fingerprint

telnetlib3-fingerprint --loglevel=debug syn-047-049-255-014.biz.spectrum.com 23
Show Logfile
DEBUG client.py:1200 Fingerprint client: host=syn-047-049-255-014.biz.spectrum.com port=23
INFO client_base.py:190 Connected to <Peer 47.49.255.14 23>
DEBUG stream_writer.py:3384 pending_option[WILL + GMCP] = True
DEBUG stream_writer.py:1024 send IAC WILL GMCP
DEBUG stream_writer.py:3384 pending_option[WILL + AARDWOLF] = True
DEBUG stream_writer.py:1024 send IAC WILL AARDWOLF
DEBUG stream_writer.py:3384 pending_option[WILL + MXP] = True
DEBUG stream_writer.py:1024 send IAC WILL MXP
DEBUG stream_writer.py:3384 pending_option[WILL + MCCP3_COMPRESS] = True
DEBUG stream_writer.py:1024 send IAC WILL MCCP3_COMPRESS
DEBUG stream_writer.py:3384 pending_option[WILL + MSP] = True
DEBUG stream_writer.py:1024 send IAC WILL MSP
DEBUG stream_writer.py:3384 pending_option[WILL + ATCP] = True
DEBUG stream_writer.py:1024 send IAC WILL ATCP
DEBUG stream_writer.py:3384 pending_option[WILL + MSSP] = True
DEBUG stream_writer.py:1024 send IAC WILL MSSP
DEBUG stream_writer.py:3384 pending_option[WILL + MSDP] = True
DEBUG stream_writer.py:1024 send IAC WILL MSDP
DEBUG stream_writer.py:3384 pending_option[WILL + ZMP] = True
DEBUG stream_writer.py:1024 send IAC WILL ZMP
DEBUG stream_writer.py:3384 pending_option[WILL + MCCP2_COMPRESS] = True
DEBUG stream_writer.py:1024 send IAC WILL MCCP2_COMPRESS
DEBUG stream_writer.py:3384 pending_option[DO + GMCP] = True
DEBUG stream_writer.py:1024 send IAC DO GMCP
DEBUG stream_writer.py:3384 pending_option[DO + AARDWOLF] = True
DEBUG stream_writer.py:1024 send IAC DO AARDWOLF
DEBUG stream_writer.py:3384 pending_option[DO + MXP] = True
DEBUG stream_writer.py:1024 send IAC DO MXP
DEBUG stream_writer.py:3384 pending_option[DO + MCCP3_COMPRESS] = True
DEBUG stream_writer.py:1024 send IAC DO MCCP3_COMPRESS
DEBUG stream_writer.py:3384 pending_option[DO + MSP] = True
DEBUG stream_writer.py:1024 send IAC DO MSP
DEBUG stream_writer.py:3384 pending_option[DO + ATCP] = True
DEBUG stream_writer.py:1024 send IAC DO ATCP
DEBUG stream_writer.py:3384 pending_option[DO + MSSP] = True
DEBUG stream_writer.py:1024 send IAC DO MSSP
DEBUG stream_writer.py:3384 pending_option[DO + MSDP] = True
DEBUG stream_writer.py:1024 send IAC DO MSDP
DEBUG stream_writer.py:3384 pending_option[DO + ZMP] = True
DEBUG stream_writer.py:1024 send IAC DO ZMP
DEBUG stream_writer.py:3384 pending_option[DO + MCCP2_COMPRESS] = True
DEBUG stream_writer.py:1024 send IAC DO MCCP2_COMPRESS
DEBUG stream_writer.py:773 recv IAC DONT GMCP
DEBUG stream_writer.py:2010 handle_dont(GMCP)
DEBUG stream_writer.py:3384 pending_option[WILL + GMCP] = False
DEBUG stream_writer.py:3384 local_option[GMCP] = False
DEBUG stream_writer.py:773 recv IAC DONT AARDWOLF
DEBUG stream_writer.py:2010 handle_dont(AARDWOLF)
DEBUG stream_writer.py:3384 pending_option[WILL + AARDWOLF] = False
DEBUG stream_writer.py:3384 local_option[AARDWOLF] = False
DEBUG stream_writer.py:773 recv IAC DONT MXP
DEBUG stream_writer.py:2010 handle_dont(MXP)
DEBUG stream_writer.py:3384 pending_option[WILL + MXP] = False
DEBUG stream_writer.py:3384 local_option[MXP] = False
DEBUG stream_writer.py:773 recv IAC DONT MCCP3_COMPRESS
DEBUG stream_writer.py:2010 handle_dont(MCCP3_COMPRESS)
DEBUG stream_writer.py:3384 pending_option[WILL + MCCP3_COMPRESS] = False
DEBUG stream_writer.py:3384 local_option[MCCP3_COMPRESS] = False
DEBUG stream_writer.py:773 recv IAC DONT MSP
DEBUG stream_writer.py:2010 handle_dont(MSP)
DEBUG stream_writer.py:3384 pending_option[WILL + MSP] = False
DEBUG stream_writer.py:3384 local_option[MSP] = False
DEBUG stream_writer.py:773 recv IAC DONT ATCP
DEBUG stream_writer.py:2010 handle_dont(ATCP)
DEBUG stream_writer.py:3384 pending_option[WILL + ATCP] = False
DEBUG stream_writer.py:3384 local_option[ATCP] = False
DEBUG stream_writer.py:773 recv IAC DONT MSSP
DEBUG stream_writer.py:2010 handle_dont(MSSP)
DEBUG stream_writer.py:3384 pending_option[WILL + MSSP] = False
DEBUG stream_writer.py:3384 local_option[MSSP] = False
DEBUG stream_writer.py:773 recv IAC DONT MSDP
DEBUG stream_writer.py:2010 handle_dont(MSDP)
DEBUG stream_writer.py:3384 pending_option[WILL + MSDP] = False
DEBUG stream_writer.py:3384 local_option[MSDP] = False
DEBUG stream_writer.py:773 recv IAC DONT ZMP
DEBUG stream_writer.py:2010 handle_dont(ZMP)
DEBUG stream_writer.py:3384 pending_option[WILL + ZMP] = False
DEBUG stream_writer.py:3384 local_option[ZMP] = False
DEBUG stream_writer.py:773 recv IAC DONT MCCP2_COMPRESS
DEBUG stream_writer.py:2010 handle_dont(MCCP2_COMPRESS)
DEBUG stream_writer.py:3384 pending_option[WILL + MCCP2_COMPRESS] = False
DEBUG stream_writer.py:3384 local_option[MCCP2_COMPRESS] = False
DEBUG stream_writer.py:773 recv IAC WILL GMCP
DEBUG stream_writer.py:2045 handle_will(GMCP)
DEBUG stream_writer.py:998 skip DO GMCP; pending_option = True
DEBUG stream_writer.py:3384 remote_option[GMCP] = True
DEBUG stream_writer.py:1072 send IAC SB GMCP Core.Hello IAC SE
DEBUG stream_writer.py:1072 send IAC SB GMCP Core.Supports.Set IAC SE
INFO client.py:201 GMCP handshake: Core.Hello + Core.Supports.Set ['Char 1', 'Char.Vitals 1', 'Char.Items 1', 'Room 1', 'Room.Info
    1', 'Comm 1', 'Comm.Channel 1', 'Group 1']
DEBUG stream_writer.py:3384 pending_option[DO + GMCP] = False
DEBUG stream_writer.py:773 recv IAC WILL AARDWOLF
DEBUG stream_writer.py:2045 handle_will(AARDWOLF)
DEBUG stream_writer.py:998 skip DO AARDWOLF; pending_option = True
DEBUG stream_writer.py:3384 remote_option[AARDWOLF] = True
DEBUG stream_writer.py:3384 pending_option[DO + AARDWOLF] = False
DEBUG stream_writer.py:773 recv IAC WILL MXP
DEBUG stream_writer.py:2045 handle_will(MXP)
DEBUG stream_writer.py:998 skip DO MXP; pending_option = True
DEBUG stream_writer.py:3384 remote_option[MXP] = True
DEBUG stream_writer.py:3384 pending_option[DO + MXP] = False
DEBUG stream_writer.py:773 recv IAC WILL MCCP3_COMPRESS
DEBUG stream_writer.py:2045 handle_will(MCCP3_COMPRESS)
DEBUG stream_writer.py:998 skip DO MCCP3_COMPRESS; pending_option = True
DEBUG stream_writer.py:3384 remote_option[MCCP3_COMPRESS] = True
DEBUG stream_writer.py:2110 MCCP3: client compression activated
DEBUG stream_writer.py:3384 pending_option[DO + MCCP3_COMPRESS] = False
DEBUG stream_writer.py:773 recv IAC WILL MSP
DEBUG stream_writer.py:2045 handle_will(MSP)
DEBUG stream_writer.py:998 skip DO MSP; pending_option = True
DEBUG stream_writer.py:3384 remote_option[MSP] = True
DEBUG stream_writer.py:3384 pending_option[DO + MSP] = False
DEBUG client_base.py:510 MCCP3 compression started (client→server)
DEBUG stream_writer.py:773 recv IAC WILL ATCP
DEBUG stream_writer.py:2045 handle_will(ATCP)
DEBUG stream_writer.py:998 skip DO ATCP; pending_option = True
DEBUG stream_writer.py:3384 remote_option[ATCP] = True
DEBUG stream_writer.py:3384 pending_option[DO + ATCP] = False
DEBUG stream_writer.py:773 recv IAC WILL MSSP
DEBUG stream_writer.py:2045 handle_will(MSSP)
DEBUG stream_writer.py:998 skip DO MSSP; pending_option = True
DEBUG stream_writer.py:3384 remote_option[MSSP] = True
DEBUG stream_writer.py:3384 pending_option[DO + MSSP] = False
DEBUG stream_writer.py:773 recv IAC WILL MSDP
DEBUG stream_writer.py:2045 handle_will(MSDP)
DEBUG stream_writer.py:998 skip DO MSDP; pending_option = True
DEBUG stream_writer.py:3384 remote_option[MSDP] = True
DEBUG stream_writer.py:3384 pending_option[DO + MSDP] = False
DEBUG stream_writer.py:773 recv IAC WILL ZMP
DEBUG stream_writer.py:2045 handle_will(ZMP)
DEBUG stream_writer.py:998 skip DO ZMP; pending_option = True
DEBUG stream_writer.py:3384 remote_option[ZMP] = True
DEBUG stream_writer.py:3384 pending_option[DO + ZMP] = False
DEBUG stream_writer.py:773 recv IAC WILL MCCP2_COMPRESS
DEBUG stream_writer.py:2045 handle_will(MCCP2_COMPRESS)
DEBUG stream_writer.py:998 skip DO MCCP2_COMPRESS; pending_option = True
DEBUG stream_writer.py:3384 remote_option[MCCP2_COMPRESS] = True
DEBUG stream_writer.py:3384 pending_option[DO + MCCP2_COMPRESS] = False
DEBUG client_base.py:531 negotiation complete after 0.36s.
DEBUG stream_writer.py:3384 pending_option[DO + BINARY] = True
DEBUG stream_writer.py:1024 send IAC DO BINARY
DEBUG stream_writer.py:3384 pending_option[DO + SGA] = True
DEBUG stream_writer.py:1024 send IAC DO SGA
DEBUG stream_writer.py:3384 pending_option[DO + ECHO] = True
DEBUG stream_writer.py:1024 send IAC DO ECHO
DEBUG stream_writer.py:3384 pending_option[DO + STATUS] = True
DEBUG stream_writer.py:1024 send IAC DO STATUS
DEBUG stream_writer.py:3384 pending_option[DO + CHARSET] = True
DEBUG stream_writer.py:1024 send IAC DO CHARSET
DEBUG stream_writer.py:3384 pending_option[DO + EOR] = True
DEBUG stream_writer.py:1024 send IAC DO EOR
DEBUG stream_writer.py:3384 pending_option[DO + COM_PORT_OPTION] = True
DEBUG stream_writer.py:1024 send IAC DO COM_PORT_OPTION
DEBUG fingerprinting.py:849 connection for server fingerprint 46cf87861dca7460
INFO client_base.py:122 Connection closed to <Peer 47.49.255.14 23>

syn-047-049-255-014.biz.spectrum.com:1337

Connection Banner:

Mystic BBS Version 1.12 A48 Copyright (C) 1997-2023 By James Coyle Detecting terminal emulation: +​-------------------- -- - : botcheck v1.2 >> Phenom Productions : Connected to: Raiders Inc BBS (nODE_1) : Running: Mystic BBS v1.12 A48 (Linux) +​----------- -- - Press [.ESC.] twice within 15 seconds to CONTINUE... [0] MS-DOS CP437 [1] UTF-8 Select Terminal Codepage [Enter = CP437]: 1 β–€β–ˆβ–„ β–„β–€β–„β–„β–„β–„ β–„β–€ β–„β–‘ β–€ β–„β–„β–„β–„β–„β–„β–„β–„β–ˆβ–€ β–ˆβ–ˆβ–„β–„β–„β–„β–„β–„β–„β–„β–„β–€β–’ β–„β–€ β–ˆ β–€ β–€β–ˆβ–“β–„β–„β–„β–„β–„β–„β–€β–€β–„β–„β–ˆβ–ˆβ–€ β–„β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–„β–„β–€β–€β–„β–„β–„β–„β–„β–„β–“β–’β–€β–‘ β–€β–ˆβ–„ β–€ β–‘β–‘ β–„β–€ β–„β–“β–ˆ β–‘β–„β–„β–“β–“β–’β–’β–’β–“β–“β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–„β–„β–€β–„β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–“β–“β–’β–’β–“β–ˆβ–ˆβ–„β–„β–„β–„ β–ˆβ–ˆβ–„ β–€β–„ β–„ β–„β–€ β–’ β–’β–ˆ β–„β–€β–ˆβ–€ β–„β–„β–“β–“β–“β–’β–“β–“β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–„β–„β–„ β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–’β–’β–“β–“β–“β–ˆβ–ˆβ–ˆβ–„ β–€β–ˆβ–€β–„ β–‘β–ˆ β–ˆ β–€β–„β–„ β–“β–€ β–“β–‘ β–ˆβ–“β–“β–’β–€ β–„β–“β–“β–“β–“β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–„β–€β–’β–€β–„β–ˆβ–“β–ˆβ–ˆβ–“β–€β–€β–„β–„β–“β–ˆβ–„β–€β–€β–€β–“β–“β–“β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–„ β–€β–“β–‘β–‘β–€ β–€β–ˆβ–„ β–€β–“β–€β–‘ β–€β–„β–’ β–€β–ˆ β–“β–“ β–„β–ˆβ–€β–€β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–“β–“β–’β–’β–“β–“β–ˆβ–“β–“β–ˆβ–“β–’β–“β–“β–ˆβ–“β–„β–“β–ˆβ–“β–“β–‘β–’β–’β–“β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–€β–€β–ˆβ–„ β–“β–“ β–„ β–€β–’β–‘ β–‘β–€ β–„β–ˆβ–„β–€β–„ β–ˆ β–“β–„β–“ β–β–ˆβ–“β–‘β–‘ β–’β–“β–ˆβ–“β–“β–€β–‘β–’β–“β–ˆβ–“β–’β–ˆβ–“β–‘β–’β–’β–“β–ˆβ–’β–’β–€β–“β–ˆβ–“β–’β–‘β–€β–“β–“β–ˆβ–ˆβ–“β–’ β–‘β–‘β–“β–ˆβ–Œ β–“β–„β–€β–ˆ β–ˆ β–ˆ β–‘β–’β–„ β–‘β–ˆβ–€ β–€β–„β–€β–ˆ β–€β–ˆ β–„β–’β–’ β–€β–ˆβ–ˆβ–“β–’β–‘β–‘ β–’β–’β–“β–’β–‘β–’β–€β–„β–“β–’β–‘β–€β–‘β–‘β–‘β–“β–“β–“β–“β–‘β–‘β–€β–ˆβ–„β–€β–’β–‘β–’β–“β–“β–’β–’ β–‘β–‘β–’β–“β–ˆβ–ˆβ–„ β–ˆβ–‘ β–„β–ˆβ–„β–€ β–’β–€β–‘ β–‘β–ˆβ–„β–€ β–€ β–β–„β–‘β–‘β–Œβ–β–ˆβ–“β–“β–ˆβ–“β–ˆβ–„ β–ˆβ–’β–“β–’β–€β–‘β–‘ β–„β–‘β–‘β–‘β–‘β–’β–’β–“β–’β–“β–“β–’ β–€β–„ β–€β–‘β–‘β–€β–‘β–“β–“β–ˆ β–„β–ˆβ–’β–“β–ˆβ–ˆβ–ˆβ–Œ β–‘β–‘β–ˆβ–€ β–’ β–ˆ β–’ β–ˆβ–€ β–‘ β–„β–“β–€β–„β–‘β–€ β–“β–ˆβ–ˆβ–“β–’β–‘β–ˆ β–€β–„β–“β–’β–“β–„ β–€β–‘β–€β–€β–’β–’β–‘β–„β–‘β–€β–‘β–€β–‘β–„β–„β–“β–ˆβ–€β–„β–‘ β–„β–“β–“β–“β–„β–€ β–ˆβ–ˆβ–‘β–€β–“β–ˆβ–‘β–Œβ–ˆβ–‘β–‘β–„β–“β–“ β–ˆβ–ˆ β–β–Œ β–€β–’ β–‘ β–ˆ β–’β–’β–€ β–„β–€β–ˆβ–“β–“β–ˆβ–’β–ˆβ–€β–„ β–„β–“β–“β–“β–„β–‘β–€β–“β–„β–€β–„ β–€β–’β–€β–ˆβ–€β–ˆβ–€β–ˆβ–€β–€β–‘β–„β–€β–„β–“β–“β–€β–‘β–„β–“β–“β–„ β–„β–€β–€β–€β–“β–“β–’β–ˆβ–€β–ˆβ–‘β–€β–ˆ β–ˆβ–ˆβ–€β–„β–ˆ β–ˆβ–“β–‘β–‘ β–ˆβ–€β–ˆβ–€β–ˆβ–„β–ˆβ–€ β–‘β–ˆβ–“β–“β–„β–€β–„β–ˆβ–ˆβ–“β–“β–€β–€β–„β–“β–’β–’β–€β–€β–„β–€β–„β–€β–„β–€ β–€ β–€β–„β–€β–„β–€β–„β–€β–’β–’β–“β–„β–€β–€β–“β–“β–ˆβ–ˆβ–„β–€β–„β–ˆβ–’β–“β–‘ β–€β–ˆβ–’β–’β–ˆβ–‘β–ˆβ–‘β–‘β–€ β–€ β–“β–ˆβ–‘β–ˆ β–€β–“β–ˆ β–„β–‘β–ˆβ–„ β–€β–ˆβ–€β–€β–€β–€β–“β–“β–“β–“β–€β–€β–€β–€β–„β–„ β–€β–ˆβ–„ β–“ β–„β–‘β–€ β–„β–„β–€β–€β–€β–“β–“β–€β–€β–€β–€β–€β–€β–“β–„β–€β–„β–’β–‘β–„ β–„ β–“β–“β–ˆβ–“ β–ˆ β–’ β–“ β–‘ β–“β–ˆβ–ˆβ–„β–ˆβ–„β–„β–€ ▐ β–“β–“β–ˆβ–€β–„β–“β–„β–„β–“β–ˆβ–“β–“β–„β–„β–„β–„β–€β–€β–€β–ˆβ–‘β–’β–“β–„ β–„β–“β–’β–‘β–€β–€β–€β–„β–„β–„β–„β–“β–“β–ˆβ–“β–„β–„β–„β–„β–€β–‘β–“β–“ β–‘β–β–ˆβ–‘β–ˆβ–“ β–„β–ˆβ–ˆβ–„β–€ β–‘ β–‘ β–“ β–€β–ˆβ–“β–“β–ˆβ–Œ β–ˆβ–“β–’β–€β–„β–‘β–‘β–€β–€β–‘β–“β–ˆβ–„β–“β–“β–“β–„β–„β–„β–’β–“β–€β–„β–€β–‘β–€β–ˆβ–„β–“β–€β–’β–„β–„β–„β–‘β–“β–„β–„β–“β–€β–€β–€β–€β–€β–„β–€β–’β–’β–€β–“ β–Œβ–ˆβ–ˆβ–ˆ β–„β–€ β–ˆβ–„ β–“β–’ β–‘ β–ˆβ–“β–“β–ˆβ–€ β–„β–€β–‘β–’ β–’β–€ β– β–€β–€β–€ β–‘β–€β–€β–€β–„β–„ β–€β–€β–€β–‘β–€β–€β–„β–„β–“β–‘β–€β–€β–€ β–€β–€ β– β–€β–€ β–‘β–“β–‘β–’ β–€β–β–ˆβ–‘β–‘β–ˆβ–„β–„β–ˆ β–ˆβ–€ β–‘ β–€β–ˆ β–“β–ˆβ–ˆβ–‘β–’ β–€ β–€β–‘ β–„β–€β–€β–€β–‘β–€β–„β–€β–€β–„β–€β–ˆβ–‘β–€β–“β–€β–€β–„β–β–‘β–€β–‘ β–„β–„β–„β–€β–“β–“β–€β–ˆβ–ˆβ–“β–“β–ˆ β–€ β–„ β–„β–ˆβ–„β–ˆβ–ˆβ–“β–“β–„ β–ˆ β–’β–‘β–β–‘β–Œβ–€β–€β–€β–‘β–’ β–€β–„β–„β–€β–‘β–’β–Œβ–‘β–€ β–ˆ β–„β–€ β–ˆβ–€ β–€β–€β–’β–’β–ˆ β–„β–€β–’β–ˆβ–€β–€β–€β–€β–€ β–€β–€β–ˆβ–€ β–€β–ˆβ–„ β–‘β–“β–“β–“β–ˆβ–€β–„β–„β–€β–„β–ˆβ–„ β–‘β–„β–„β–€β–„β–‘ β–„β–ˆβ–ˆβ–ˆβ–„β–„β–€ β–„β–„β–ˆβ–ˆβ–„ β–€β–‘β–ˆ β–„β–“β–ˆβ–€ β–€β–€β–€β–„ β–‘β–ˆ β–„β–€ β–‘β–€β–ˆβ–€β–„β–„β–„β–„β–„β–„β–„ β–€β–“β–„β–„β–„β–“β–„β–€β–’β–„β–ˆβ–„β–„ β–„β–„β–„β–€β–’β–€β–„β–„ β–„β–ˆβ–€β–€ β–ˆβ–ˆβ–ˆβ–ˆβ–€β–€ β–„β–ˆβ–„ β–ˆβ–ˆβ–‘ β–€β–’β–ˆβ–ˆβ–ˆβ–„ β–€β–„β–„β–€β–€ β–‘β–‘β–€β–€β–€β–“β–„β–„β–„β–„β–„β–„β–‘β–€β–€β–„β–‘β–ˆβ–€ β–€ β–€β–ˆβ–€β–‘β–€β–‘β–‘β–‘β–„β–„β–“β–“β–“β–“β–€β–€β–€β–€ β–„β–„β–ˆβ–€β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–„ β–€β–ˆ β–€β–ˆ β–„β–„β–ˆβ–ˆβ–€β–€β–ˆβ–ˆβ–„β–„ β–€β–ˆβ–“β–„β–ˆβ–ˆ β–„β–„ β–€β–€β–€β–€β–„β–€β–€β–„ β–„β–ˆ β–Œ β”‚ β–β–€β–‘β–Œ β–„β–€β–€β–‘β–‘β–€β–€ β–„β–ˆβ–€β–€ β–„β–„β–„β–ˆβ–€β–„β–„β–ˆβ–€β–ˆβ–“β–ˆβ–ˆβ–€ β–ˆβ–€ β–ˆβ–€ β–β–ˆβ–ˆβ–“β–ˆβ–€β–„β–€β–€β–ˆβ–ˆβ–„β–„β–„ β–€β–ˆ β–€β–„β–€β–ˆβ–„β–ˆβ–„β–„β–’β–’β–β–ˆβ–Œβ–β–Œ β–‘ β–β–Œ β–ˆβ–„ β–„β–€β–„β–„β–ˆβ–€β–„ β–€ β–„β–„β–ˆβ–€β–€β–„β–€β–„β–ˆβ–€ β–€β–€ β–ˆβ–ˆ β–€β–ˆ β–€β–€ β–€β–ˆβ–„ ▄▀▓▓▄▄▀▄▀▀▄▐▐▓▀▄▀▄ β–’ β–„β–€β–„β–„β–’β–ˆβ–Œβ–„β–€ β–„β–€ β–„β–„β–„β–ˆβ–€β–„β–„β–„β–ˆβ–€β–€ β–„β–„β–„β–„β–ˆβ–ˆβ–€β–ˆ β–ˆβ–„β–€β–€β–„β–„β–„β–„β–„ β–€β–€β–€β–ˆβ–„β–’β–„β–€β–ˆβ–„β–„β–„β–€β–€ β–β–β–“β–“β–„β–ˆβ–€β–ˆβ–’β–ˆβ–€β–ˆβ–„β–ˆβ–“β–ˆβ–Œ β–„β–ˆβ–€β–’β–ˆβ–ˆβ–ˆβ–€β–€ β–„β–“β–“β–€β–€β–€β–€β–„ β–„β–ˆ β–€β–€β–ˆβ–ˆβ–„β–„β–„β–€β–€β–€β–„ β–€β–€β–€β–ˆβ–„β–€β–€β–€β–€β–’β–„ β–„β–ˆβ–ˆβ–„β–€β–€β–ˆβ–’β–‘β–ˆ β–’β–ˆβ–“β–‘β–’β–„β–€β–ˆβ–€β–ˆβ–„ β–„β–ˆβ–€β–€β–ˆβ–ˆβ–€β–€ β–‘β–‘ β–€β–€ β–„β–„ β–€β–€β–ˆβ–ˆβ–€β–€ β–€β–€β–€β–€β–€β–ˆβ–€ β–€β–“β–„β–€β–€β–„β–ˆβ–„β–’ β–„ β–€β–„β–ˆβ–€β–ˆβ–„β–€β–€β–ˆβ–€β–ˆβ–„β–€β–€β–„β–„β–€ β–„β–„β–€β–ˆβ–„β–„β–„ β–„β–€β–€β–‘β–‘β–€β–„β–„β–ˆβ–ˆβ–€β–€β–€β–€β–€β–€ β–‘ β–€β–€β–€β–„ β–€β–‘β–‘β–€β–€β–„β–€β–€ β–€β–€β–ˆβ–„β–„β–ˆβ–’β–“ β–ˆβ–ˆβ–„β–’β–ˆβ–€β–‘β–“β–ˆβ–€β–€β–„ β–„β–„ β–‘β–€β–€ β–„ β–€ β–„ β–„ β–‘ β–€ β–„β–€β–„ β–€ β–€ β–‘ β–„β–„ β–ˆ β–„β–„ β–€β–€β–„β–€ β–€β–„β–€β–€ β–„β–„ β–€ β–€β–„β–’β–“β–ˆβ–„β–„ β– β–€ β–€β–ˆβ–„β–„ β–€β–€β–€β–€ β–„β–€β–„β–„β–ˆβ–€β–’β–„β–€β–ˆ β–„β– β–„ β–€β–“β–€β–€β–€β–ˆβ–ˆβ–„β–„ β–€ β–„β–„β–„β–ˆβ–€β–€β–€β–“β–’β–€β–Œβ–“β–‘β–€β–€β–€β–€β–€ β–€β–„β–„β–„β–„β–€β–ˆβ–ˆβ–„β–„β–„ sM.Fuel β–„β–„β–„β–ˆβ–€β–€β–„β–„β–„β–„β–€β–€β–€ β–„β–ˆ β–ˆβ–ˆ β–„β–ˆβ–„ β–„β–ˆβ–„ β–€β–„ β–€β–ˆβ–„β–„β–€β–€β–ˆβ–ˆβ–ˆβ–„ β–„β–„β–„ β–„β–„β–„ β–„β–ˆβ–ˆβ–ˆβ–€β–„β–ˆβ–ˆβ–ˆβ–€β–€β–„β–„β–€β–€β–„β–€β–€β–„β–„β–€β–ˆβ–„β–„β–„β–„β–„ β–„β–‘ β–„β–„β–„ β–„β–„β–’β–€β–ˆβ–€β–€β–€β–€ β–„ β–€β–„β–„β–€β–€β–€β–ˆβ–€β–ˆβ–“β–ˆβ–€β–ˆβ–“β–ˆβ–ˆβ–„ β–β–ˆβ–ˆβ–ˆβ–“β–ˆβ–„β–ˆβ–“β–ˆβ–ˆβ–ˆβ–ˆβ–€β–€β–„β–€β–€ β–„β–„β–€β–€β–„β–€β–’β–„β–„β–€β–€ β–€β–ˆβ–€β–“β–ˆβ–€β–ˆβ–ˆβ–€β–€β–€β–ˆβ–€ β–„β–„β–ˆβ–€ β–€β–€β–€ β–€β–€ β–€β–ˆβ–ˆβ–’β–’β–ˆβ–ˆβ–ˆβ–ˆβ–€ β–€β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–€β–€ β–€β–€ β–€β–€β–€β–„β–’β–“β–“β–ˆβ–€β–ˆβ–„β–„β–„β–„β–„β–ˆβ–„β–„β–„β–„β–ˆβ–ˆβ–ˆβ–ˆβ–€ β–€ β–€ β–€β–€β–ˆβ–ˆβ–ˆβ–ˆβ–„β–€ β–‘ β–„β–ˆβ–ˆβ–ˆβ–ˆβ–€ β– β–€β–€β–€β–€β–€β–€β–€β–€β–€β–€β–ˆβ–“β–ˆβ–ˆβ–€β–€β–€β–€β–€β–€ β–„β–„β–€ β–  β–€β–ˆβ–ˆβ–€β–€ β–‘β–ˆ β–€β–ˆβ–ˆβ–€β–„β–„β–„ β–„β–„β–„β–„β–€β–€β–€β–„β–ˆβ–„β–„β–„β–„β–ˆβ–ˆβ–„β–€β–ˆβ–€β–€β–€β–€β–„β–„β–„ β–„β–„β–ˆβ–ˆβ–ˆβ–„β–„β–€β–„ β–„β–ˆβ–ˆ β–ˆβ–„β–„β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–“β–“β–€β–„β–„β–€β–€β–€β–€β–€β–€β–„β–„β–€β–€β–€β–€β–€β–€β–€β–€β–„β–„β–€β–€β–ˆβ–’β–€β–ˆβ–ˆβ–ˆβ–€β–€β–€β–€β–€β–ˆβ–ˆβ–ˆβ–„β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–„β–“β–ˆ β–ˆβ–ˆβ–ˆβ–ˆβ–„β–„β–ˆβ–ˆβ–ˆβ–„β–€β–€β–€β–€β–€β–€β–€β–€ β–€β–€ β–„β–„β–„β–€β–€ β–€β–€β–€β–€β–€ β–„β–„β–„β–„β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–’β–’β–’β–’β–’β–“β–“β–ˆβ–ˆβ–‘β–ˆ β–€β–ˆβ–ˆβ–ˆβ–“β–“β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–„β–„β–„β–„β–„β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–„ β–„β–„β–“β–ˆβ–„β–„β–„β–„β–„ β–„β–„β–„β–ˆβ–ˆβ–ˆβ–ˆβ–‘β–‘β–ˆβ–‘β–‘β–‘β–ˆβ–€β–“β–“β–ˆβ–’β–’β–’β–’β–ˆβ–ˆβ–ˆ β–ˆβ–’β–„β–„β–„β–ˆβ–ˆβ–“β–ˆβ–ˆβ–ˆβ–“β–“β–’β–’β–’β–‘β–ˆβ–‘β–ˆβ–‘β–‘β–ˆβ–‘β–ˆβ–‘β–ˆβ–‘β–‘β–ˆβ–ˆβ–ˆβ–ˆβ–€ β–„β–„β–ˆβ–ˆβ–’β–‘β–‘β–‘β–‘β–‘β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‘β–‘β–‘β–ˆβ–‘β–ˆβ–‘β–ˆβ–‘β–‘β–ˆβ–ˆβ–‘β–’β–“β–“β–ˆβ–ˆβ–ˆβ–ˆβ–€β–€ β–€β–ˆβ–’β–’β–’β–’β–’β–’β–’β–“β–“β–“β–’β–’β–’β–’β–’β–’β–’β–ˆβ–ˆβ–’β–ˆβ–’β–’β–’β–’β–’β–’β–’β–ˆβ–ˆβ–€β–„β–„β–ˆβ–ˆβ–ˆβ–“β–“β–ˆβ–‘β–ˆβ–‘β–ˆβ–ˆβ–‘β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‘β–’β–’β–‘β–‘β–‘β–ˆβ–‘β–ˆβ–‘β–“β–ˆβ–„β–„β–ˆβ–ˆβ–„β–€β–€β–€β–€β–€ β–ˆβ–ˆβ–’β–’β–ˆβ–‘β–ˆβ–‘β–“β–“β–ˆβ–ˆβ–“β–’β–’β–’β–’β–’β–’β–’β–’β–’β–ˆβ–ˆβ–ˆβ–ˆβ–’β–’β–’β–ˆβ–ˆβ–ˆβ–€β–€β–‘β–ˆβ–‘β–‘β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‘β–‘β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‘β–’β–’β–“β–€β–€β–„β–ˆβ–ˆβ–ˆβ–ˆβ–„β–„ β–ˆβ–ˆ β–’β–’β–‘β–‘β–‘β–‘ β–‘ β–‘ β–‘ β–‘ β–‘ β–“β–’ β–€β–„β–“β–’β–’β–‘β–‘β–‘ β–‘ β–‘ β–‘β–‘ β–‘β–‘β–’β–’β–“ β–ˆ β–€ Raider's Inc BBS β–€ β–„β–’β–’β–‘β–‘ β–’β–“β–“β–„β–„β–„ β–“β–“β–“ β–ˆβ–€ β–€β–€β–€ β–€β–€β–€ Sysop: cr1mson <phenom> β–€β–€β–ˆβ–ˆβ–€β–€ β–’β–’β–“β–“ β–€ β–„β–„β–„ telnet: vintagebbsing.com β–’β–’β–’β–“β–“β–“β–“β–ˆβ–ˆβ–ˆ β–‘β–’ port: 1337 β–„β–„β–„ β–’β–‘β–‘ β–„β–“β–’β–‘ β–‘ β–‘ β–‘ β–ˆβ–ˆβ–€β–ˆ β–’β–“ β–‘β–‘β–‘β–‘β–‘ β–‘ β–’β–„β–ˆβ–’ β–€β–€ β–’β–€β–ˆβ–„ β–„β–ˆβ–“β–’β–’ β–„β–„β–ˆβ–ˆβ–ˆ β–‘β–‘β–‘ β–‘ β–€ β–“ β–„β–„β–ˆβ–ˆβ–“β–“β–‘β–‘ β–€β–€ β–‘β–’ β–„β–„ β–€β–€β–ˆβ–ˆβ–ˆβ–„ β–„β–ˆβ–ˆβ–€β–€ β–€β–€ β–“ β–‘β–‘β–“β–“β–ˆβ–ˆβ–ˆβ–„ β–ˆβ–„ β–€β–€ β–„β–€β–ˆβ–€β–€ β–’β–’ β–„β–€ β–ˆβ–ˆ β–„β–„ β–’β–“β–“β–’β–’ β–ˆβ–€ β–„β–„β–„β–ˆβ–ˆβ–ˆβ–ˆβ–€β–€β–ˆβ–ˆβ–„β–„ β–‘ β–‘ β–‘β–‘β–‘β–“β–“β–“ β–ˆ β–€β–€ β–€β–ˆβ–ˆβ–€ β–’β–’β–‘β–‘β–‘β–‘ β–’β–‘β–‘β–‘ β–‘β–‘β–‘β–’β–’β–ˆβ–ˆβ–’β–’ β–€β–€β–ˆβ–ˆβ–ˆβ–ˆβ–“β–’β–‘ β–’β–’β–’β–’β–“β–“β–ˆβ–ˆβ–€ β–€ β–€β–€ β–„β–„β–“β–‘ β–‘β–‘β–’β–’ β–„β–ˆβ–„ β–“β–‘β–‘β–‘ β–’β–‘β–‘β–‘β–‘ β–‘β–‘β–’β–’β–’β–‘β–‘ β–€β–€ β–‘β–‘β–„β–„ β–ˆβ–ˆβ–„β–’β–‘ β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–€β–„β–„β–„β–€β–„β–‘ β–€β–“β–€ β–‘β–‘β–‘ β–’β–’ β–€β–€β–“ β–’β–€β–ˆβ–ˆβ–“β–“β–„β–„ β–‘β–‘β–‘ β–„ Home of LegionRPG β–ˆβ–€ β–“β–“ β–‘β–ˆβ–ˆβ–„ β–‘β–‘β–’β–’ β–‘ β–‘ β–€β–ˆβ–“β–‘ Phenom Member Board β–€β–€β–€ β–€β–€ β–ˆβ–ˆβ–ˆβ–ˆβ–‘β–‘β–‘β–‘β–‘β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–€β–€β–ˆβ–ˆβ–ˆβ–€β–€β–‘β–‘β–ˆβ–ˆβ–‘β–ˆβ–‘β–ˆβ–ˆβ–ˆβ–€β–ˆβ–ˆβ–ˆArakNet Member Board β–‘ β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–„β–„ β–€ β–€β–€β–ˆβ–’β–’β–’β–‘β–‘β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‘β–ˆβ–‘β–ˆβ–“β–ˆβ–„β–„β–ˆβ–ˆβ–‘β–‘β–ˆβ–‘β–ˆβ–‘β–ˆβ–ˆβ–ˆβ–ˆβ–„β–ˆWhisperNet WHQβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ β–’ β–ˆβ–„β–€β–ˆβ–‘β–ˆβ–‘β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–„ β–„β–„β–ˆβ–“β–“β–ˆβ–ˆβ–ˆβ–€β–€β–€β–ˆβ–ˆβ–ˆβ–‘β–‘β–‘β–‘β–ˆβ–ˆβ–ˆβ–ˆβ–€β–€β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–€β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‘β–‘β–‘β–ˆβ–ˆβ–‘β–ˆβ–‘β–ˆ β–“ β–ˆβ–ˆβ–ˆβ–‘β–ˆβ–„β–‘β–‘β–‘β–’β–’β–ˆβ–ˆβ–ˆβ–ˆ β–ˆβ–ˆβ–ˆβ–ˆβ–“β–ˆβ–’β–ˆβ–ˆ β–‘ β–ˆβ–’β–’β–‘β–‘β–‘β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‘β–ˆβ–‘β–ˆβ–ˆβ–€β–ˆβ–ˆβ–„β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‘β–ˆβ–‘β–‘β–‘β–‘β–ˆβ–‘β–“β–“ β–ˆ β–ˆβ–ˆβ–€β–„β–€β–ˆβ–‘β–‘β–’β–’β–“β–ˆβ–ˆβ–ˆβ–ˆ β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–€β–ˆβ–ˆβ–ˆ β–’ β–ˆβ–“β–“β–“β–’β–’β–ˆβ–ˆβ–ˆβ–‘β–‘β–ˆβ–‘β–ˆβ–ˆβ–“β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–“β–ˆβ–ˆβ–‘β–ˆβ–‘β–ˆβ–€β–€β–€β–ˆβ–ˆ β–ˆ β–ˆβ–ˆβ–‘β–ˆβ–‘β–’β–’β–’β–’β–“β–“β–ˆβ–ˆβ–ˆβ–“ β–€β–ˆβ–ˆβ–ˆ β–ˆβ–ˆβ–ˆβ–ˆ β–“ β–ˆβ–ˆβ–ˆβ–“β–’β–ˆβ–’β–’β–’β–‘β–‘β–‘β–ˆβ–ˆβ–ˆβ–’β–“β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–€β–€β–€β–’β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–’β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ β–“ β–€β–€ β–ˆ β–€β–€β–“β–ˆβ–‘β–ˆβ–’β–’β–“β–“β–ˆβ–ˆβ–ˆβ–ˆβ–ˆ β–ˆβ–ˆβ–ˆβ–€ β–€β–ˆβ–ˆβ–ˆ β–ˆ β–ˆβ–ˆβ–ˆβ–€β–€β–€β–ˆβ–“β–“β–‘β–ˆβ–ˆβ–“β–€β–€β–‘β–€β–ˆβ–„β–„β–„β–ˆβ–€β–€β–€ β–€β–‘β–€β–€β–€β–€β–€β–ˆβ–„ β–“β–„ β–ˆ β–„β–€ β–ˆβ–ˆβ–ˆβ–ˆβ–“β–“β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ β–ˆβ–“β–€β–€ β–’β–ˆ β–ˆ β–ˆβ–€β–€ β–‘ β–ˆβ–€β–€β–€β–€β–€β–€β–€β–€β–€β–€β–„β–„β–€β–€β–‘β–‘β–€β–€ β–„β–„β–„β–„β–„β–„β–ˆβ–ˆβ–ˆβ–„β–„β–„β–„β–„β–„β–„β–„ β–ˆβ–“β–“β–ˆβ–ˆβ–ˆ β–ˆβ–ˆ β–€β–„β–‘ β–ˆ β–€ β–“ β–‘β–’β–“β–ˆβ–ˆβ–ˆβ–€β–„ β–„β–„β–ˆβ–ˆβ–ˆβ–ˆβ–„ β–„β–„β–„β–ˆβ–ˆβ–„ β–„β–„β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–“β–„ β–€β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–€β–„β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–“ β–ˆβ–€β–€β–„β–ˆ β–ˆβ–“ β–„β–„β–„β–„β–„β–€β–‘β–’β–€β–€β–€ β–€β–€β–€β–€ β–„β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–€β–ˆβ–ˆβ–€ β–€β–€β–€β–€β–€β–€β–€β–€β–€β–€β–„β–„β–€β–€β–€β–ˆβ–ˆβ–ˆβ–€β–€β–„β–„ β–€β–€β–€ β–€β–’ β–ˆβ–„β–ˆβ–ˆβ–ˆβ–„β–„β–„β–„β–ˆβ–ˆβ–ˆβ–ˆβ–€ β–ˆβ–„β–„β–ˆβ–“β–’β–‘ β–„β–„β–„ β–€β–ˆβ–ˆβ–“β–“β–“β–€β–€β–„β–„β–„β–‘β–’β–“β–ˆβ–ˆβ–„β–„β–„β–€β–€β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–„β–„β–„ β–„β–„β–‘ β–„β–„ β–„β–„β–ˆβ–ˆβ–€β–€β–ˆβ–ˆβ–„β–„β–„ β–€β–€ β–„β–„β–„β–„ β–€β–€β–€β–ˆβ–ˆβ–„β–„β–€β–€ β–„β–€β–€β–€β–„ β–€β–€β–€β–ˆβ–ˆβ–ˆβ–€β–€β–€ β–„β–„β–„β–„ β–€β–€ β–„β–„β–„β–ˆβ–ˆβ–€β–€β–ˆβ–ˆβ–„β–„ β–„β–„ β–€β–€β–€ β–€β–€β–ˆβ–ˆβ–„β–ˆβ–„β–€β–ˆβ–ˆβ–ˆβ–ˆβ–„ β–€β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–„β–„ β–„β–„β–ˆβ–ˆβ–ˆβ–ˆβ–€β–€β–€β–ˆβ–ˆβ–ˆβ–ˆβ–„β–„ β–„β–„β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–€ β–„β–ˆβ–ˆβ–ˆβ–ˆβ–€β–„β–ˆβ–„β–ˆβ–ˆβ–€β–€ β–€β–€β–€ β–„β–ˆβ–ˆβ–ˆβ–„β–„ β–€β–€β–€β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–€β–ˆβ–ˆβ–„ β–€β–€β–€β–€β–€β–€ β–„β–„β–„β–€β–€β–€β–€β–€β–€β–€β–€β–€β–€β–„β–„β–„ β–€β–€β–€β–€β–€β–€ β–„β–ˆβ–ˆβ–€β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–€β–€β–€ β–„β–„β–ˆβ–ˆβ–ˆβ–„ β–€β–€β–€β–€β–€β–ˆβ–ˆβ–„ β–€β–€β–€β–€β–€β–€β–€β–€ β–„β–ˆβ–„β–€β–€ β–„β–ˆβ–„ β–€β–€β–€β–€β–€β–€β–€β–€ β–„β–ˆβ–ˆβ–€β–€β–€β–€β–€ β–„β–„ β–„β–„β–„β–„ β–„β–ˆβ–„ β–„β–ˆ β–€β–€β–€ β–„ β–„β–ˆβ–„ β–„ β–€β–€β–€β–€β–€ β–„ β–„β–„ β–„ β–€β–„β–„ β–€β–€β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–„β–„β–„β–„ β–€β–€β–€β–ˆβ–ˆβ–ˆβ–ˆβ–„β–„β–€ β–„β–ˆβ–‘β–“ β–ˆβ–„ β–€β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–„β–„ β–€β–€β–€β–ˆβ–ˆβ–ˆβ–€β–€β–€β–€β–ˆβ–€β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–„β–„β–„ β–ˆβ–ˆβ–ˆβ–€β–€β–€β–ˆβ–€β–€ β–ˆβ–ˆβ–€β–€β–€β–€β–’β–“β–“β–ˆβ–“β–„ β–€β–ˆβ–ˆ β–€β–€β–ˆβ–„ β–€β–’ β–ˆβ–ˆβ–Œ β–€β–ˆβ–ˆ β–€β–€β–„β–€β–„ β–ˆβ–ˆβ–ˆβ–„β–„β–„β–„β–„β–„ β–ˆβ–ˆβ–€β–€β–€β–€β–’β–“β–“β–ˆβ–“β–„β–€β–€β–€β–ˆβ–ˆβ–„ β–„β–ˆ β–„β–„ β–ˆβ–ˆ β–€β–€β–“β–ˆβ–ˆβ–ˆβ–Œ β–ˆβ–ˆ β–ˆβ–ˆβ–ˆ β–‘ β–ˆβ–ˆβ–Œ β–ˆβ–ˆ β–€β–ˆ β–ˆ β–β–ˆβ–ˆβ–€β–€β–€ β–„β–„ β–ˆβ–ˆ β–€β–€β–ˆβ–ˆβ–ˆβ–ˆβ–Œ β–€β–„β–€β–„β–€β–ˆβ–ˆ β–“ β–ˆβ–“ β–ˆβ–„ β–β–“β–ˆβ–ˆβ–ˆβ–Œ β–ˆβ–ˆ β–€β–ˆβ–ˆβ–ˆ β–ˆβ–ˆβ–Œ β–ˆβ–ˆ β–€β–„ β–β–‘β–“β–Œ β–ˆβ–ˆ β–“ β–ˆβ–ˆ β–‘β–‘ β–β–ˆβ–ˆβ–ˆβ–ˆβ– β–€β–€β–‘β–“β–„β–€ β–‘β–„ β–ˆβ–ˆ β–€β–€β–€ β–„β–ˆβ–“β–ˆβ–Œ β–ˆβ–ˆ β–ˆβ–ˆβ–“ β–ˆβ–ˆβ–Œ β–“β–ˆ β–„β–€ β–ˆβ–“β–ˆ β–ˆβ–“ β–‘β–„ β–€β–ˆβ–„β–ˆβ–ˆβ–ˆβ–Œβ–ˆ β–„ β–“β–ˆβ–Œ β–€β–€β–ˆβ–ˆβ–ˆβ–„β–„β–„β–„β–„β–ˆβ–ˆβ–ˆβ–€β–€ β–€β–„β–„β–„β–ˆβ–„β–„β–„β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–€β–ˆβ–ˆβ–Œ β–ˆβ–ˆ β–€β–€β–„ β–ˆβ–ˆβ–ˆ β–ˆβ–ˆ β–„ β–€β–€β–ˆβ–“β–ˆβ–„β–„β–„β–„β–„β–ˆβ–ˆβ–ˆβ–€β–€ β–ˆβ–„β–ˆβ–€β–€β–€β–β–ˆβ–ˆβ–Œ β–ˆβ–ˆβ–€β–€β–ˆβ–„β–„β–€β–€ β–„β–ˆβ–€ β–€β–ˆβ–„ β–€β–€ β–ˆβ–ˆβ–ˆβ–€ β–ˆβ–ˆβ–Œ β–ˆβ–ˆ β–ˆβ–€β–β–ˆβ–ˆβ–Œ β–ˆβ–ˆ β–€β–€β–„β–€β–ˆβ–ˆβ–€β–€β–ˆβ–„ β–€β–€β–€ β–ˆβ–ˆβ–€ β–β–ˆβ–ˆβ–Œ β–ˆβ–ˆ β–€β–€β–€β–ˆβ–„β–„β–„ β–„β–€ β–„β–ˆβ–ˆ β–„β–€ β–ˆβ–ˆβ–ˆ β–β–β–ˆβ–Œ β–ˆβ–ˆ β–ˆ β–„β–ˆβ–ˆβ–€ β–β–“β–ˆ β–„β–€β–€β–€ β–ˆβ–ˆ β–€β–€β–ˆβ–ˆβ–„β–„ β–ˆβ–ˆ β–„β–€ β–β–ˆβ–ˆβ–Œ β– β–€ β–β–ˆ β–€β–€β–€β–€β–ˆβ–’β–“β–ˆβ–€β–€ β–ˆβ–ˆ β–„ β–ˆβ–ˆβ–ˆβ–„β–ˆβ–€β–ˆβ–Œ β–ˆβ–ˆβ–„β–„β–„β–„β–ˆβ–€β–€ β–ˆβ–‘β–“ β–ˆβ–€ β– β–€ β–β–ˆ β–„β–€ β–€β–€β–ˆβ–„β–€β–€ β–ˆβ–ˆ β–€β–€ β–β–ˆβ–ˆβ–Œ β–Œ β–β–ˆ β–„β–€ β–€β–€β–€β–“β–“β–ˆβ–€β–„β–ˆ β–“ β–ˆβ–€β–€ β–„β–ˆβ–ˆ β–„β–ˆβ–ˆβ–€β–„β–ˆβ–€ β–„ β–ˆβ–’β–“β–„β–„ β–Œ β–β–ˆβ–ˆβ–€ β–€β–€β–€β–ˆ β–ˆβ–ˆ β–€β–„β–„β–ˆβ–ˆβ–ˆ β–β–ˆβ–„ β–ˆβ–ˆβ–€ β–„β–„β–€ β–€β–€β–€ β–ˆβ–ˆ β–“β–’β–Œβ–Œβ–„β–„β–„β–€β–ˆβ–ˆβ–„β–€β–ˆβ–ˆβ–ˆβ–€β–€ β–€β–€β–ˆβ–ˆβ–€β–€β–€β–ˆβ–β–ˆβ–„ β–ˆ β–„β–„β–€β–€β–„β–„ β–€ β–€β–ˆβ–ˆβ–„β–„β–ˆβ–ˆβ–ˆβ–€ β–β–“β–ˆβ–„ ▐ β–€β–€β–„β–‘β–„ β–„ β–β–ˆ β–€β–€β–Œβ–ˆβ–“β–’β–“β–“β–€ β–€β–€ β–€ β–„β–„β–„β–„ β–ˆ β–€β–β–“β–ˆβ–„ ▐ β–€ β–‘β–‘ β–€β–€β–„β–„ β–€β–ˆβ–Œβ–€ β–„ β–€β–‘β–„β–ˆβ–„ β–“ β–€β–€β–€β–“β–€β–„β–€β–ˆβ–„ β–ˆ β–„β–„ β–Œ β–€β–“β–€β–Œβ–“β–€ β–€β–ˆβ–‘β–‘β–€ β–€ β–Œ β–€β–€β–‘β–„β–ˆβ–„ β–“β–„β–€β–“β–ˆ β–β–Œ β–„β–ˆβ–„ β–ˆβ–„ β–€β–€β–ˆβ–ˆβ–€β–ˆ β–€ β–“β–€β–„β–’β–’ ▐ β–€β–„β–„ β–€ β–Œ β–„β–„β–€β–“β–‘β–€β–€β–“β–“β–’β–‘ β–‘ β–‘β–„ β–€β–€β–€β–ˆβ–ˆβ–€β–ˆ β–‘ β–‘β–ˆβ–„β–€β–„β–‘β–ˆ β–Œ β–ˆβ–ˆβ–€ β–€β–ˆβ–ˆβ–„β–€β–€β–„β–„β–€β–„ β–„β–„β–ˆβ–ˆβ–€β–€ β–„β–„β–‘β–ˆβ–„ β–„β–„β–„ β–€ β–„β–“β–„ β–„ β–„β–ˆβ–„β–ˆβ–„ β–€β–ˆβ–€β–€ β–€β–  β–€β–ˆβ–ˆβ–ˆβ–€ β–„β–ˆβ–„ β–€β–€β–€ β–€β–€β–€ β–€β–€β–„ β–€β–ˆβ–„β–„β–„β–ˆβ–€ β–€ β–€β–€β–ˆβ–€β–ˆβ–€ β–€β–ˆβ–‘β–’β–€β–ˆβ–€ β–ˆβ–ˆ β–€ β–€ β–ˆβ–ˆ β–€β–€β–€ β–€ β–€β–ˆβ–€ β–€ -->> User Name:>> β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β” β”‚ β–’ Welcome to Mystic BBS Demo System β”‚ β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜ The account name you entered was not located in our account database. If you wish to create a new account, answer YES below to continue on to the new account application. If you've mistyped your account name, answer NO and you will be returned to the login prompt. Create an account with this BBS? Yes No

Server URLs

Server Location: πŸ‡ΊπŸ‡Έ United States (GeoIP)

BBS Software

Detected: Mystic BBS

Encoding

  • Effective encoding: utf-8

  • Override: utf-8 (from bbslist.txt)

  • Scanner detected: utf-8

Telnet Fingerprint

aac0d9e4a94e81dc

This fingerprint is shared by 186 other servers.

Options offered by server: ECHO, SGA

Options requested from client: BINARY, TTYPE

The complete JSON record collected during the scan, including Telnet negotiation results and banner data.

Show JSON
{
  "server-probe": {
    "fingerprint": "aac0d9e4a94e81dc",
    "fingerprint-data": {
      "offered-options": [
        "ECHO",
        "SGA"
      ],
      "probed-protocol": "server",
      "refused-options": [
        "AARDWOLF",
        "ATCP",
        "BINARY",
        "CHARSET",
        "COM_PORT",
        "EOR",
        "GMCP",
        "MCCP2",
        "MCCP3",
        "MSDP",
        "MSP",
        "MSSP",
        "MXP",
        "STATUS",
        "ZMP"
      ],
      "requested-options": [
        "BINARY",
        "TTYPE"
      ],
      "scan-type": "quick"
    },
    "session_data": {
      "banner_after_return": "\u001b[0;1m\r\u001b[0m\n\u001b[1m\u001b[24;1H\u001b[0m\u001b[1;1H\u001b[1;1H\u001b[2J\u001b[1;1H\u001b[1m\u001b[0;1;34m\u250c\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u001b[0m\u001b[34m\u2510\r\n\u001b[3;1H\u001b[0;1;34m\u2502\u001b[0;1;34;44m \u2592 \u001b[0;1;44mWelcome to Mystic BBS Demo System                                         \u001b[0;1m\u001b[0m\u001b[34m\u2502\r\n\u001b[5;1H\u001b[0;1;34m\u2514\u001b[0m\u001b[34m\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2518\r\n\u001b[7;1H\r\n\u001b[8;1H \u001b[0mThe account name you entered was not located in our account database.  If you\r\n\u001b[10;1H wish to create a new account, answer YES below to continue on to the new\r\n\u001b[12;1H account application.  If you've mistyped your account name, answer NO and you\r\n\u001b[14;1H will be returned to the login prompt.\r\n\u001b[15;1H\r\n\u001b[16;1H\u001b[1m\u001b[0;1;31mCreate an account with this BBS? \u001b[0;1;36m\u001b[0;1;34m Y\u001b[0;1mes \u001b[0;1;34m\u001b[0;1;34;44m N\u001b[0;1;44mo \u001b[0;1m",
      "banner_before_return": "\u001b[1;1H\u001b[2J\u001b[1;1H\u001b[?1000h\fMystic BBS Version 1.12 A48\r\nCopyright (C) 1997-2023 By James Coyle\r\n\r\nDetecting terminal emulation: \u001b[s\u001b[255B\u001b[255C\u001b[6n\u001b[u\u001b[1;1H\u001b[1;1H\u001b[2J\u001b[1;1H\u001b[36m+-------------------- -- -\r\n\u001b[2;1H: \u001b[0;36;46m\u001b[0;1;36;46m\u001b[0;1;46m botcheck v1.2 \u001b[0;1m \u001b[0;1;32m>\u001b[0m\u001b[36m> \u001b[0;1;36mPhenom Productions\r\n\u001b[3;1H\u001b[0m\u001b[36m: \u001b[0mConnected to: \u001b[1mRaiders Inc BBS \u001b[0m(\u001b[36mnODE_\u001b[0;1;36m1\u001b[0m)\r\n\u001b[5;1H\u001b[36m: \u001b[0mRunning: \u001b[1mMystic BBS v1.12 A48 \u001b[0m(\u001b[1m\u001b[0;1;36mLinux\u001b[0m)\r\n\u001b[6;1H\u001b[36m+----------- -- -\r\n\u001b[7;1H\r\n\u001b[8;1H\u001b[0mPress [\u001b[1m\u001b[0;1;30m.\u001b[0;1mESC\u001b[0;1;30m.\u001b[0m] \u001b[1m\u001b[0;1;32mtwice \u001b[0mwithin \u001b[1m15\u001b[0m seconds to \u001b[1mCONTINUE\u001b[0;1;33m...\u001b[9;1H\r\n\u001b[10;1H\r\n\u001b[11;1H[\u001b[0;1m0\u001b[0;1;33m] MS-DOS CP437\r\n\u001b[12;1H[\u001b[0;1m1\u001b[0;1;33m] UTF-8\r\n\u001b[13;1H\r\n\u001b[14;1HSelect Terminal Codepage [\u001b[0;1mEnter = CP437\u001b[0;1;33m]: 1\r\n\u001b[16;1H\u001b[1;1H\u001b[1;1H\u001b[2J\u001b[1;1H\u001b[0m\r\n\u001b[2;1H\u001b[2;14H\u001b[1m\u001b[0;1;35m\u2580\u2588\u2584\r\n\u001b[3;1H\u001b[0m\u001b[3;14H\u001b[1m\u001b[0;1;35m\u2584\u2580\u001b[0m\u001b[35m\u2584\u001b[0m\u001b[3;22H\u001b[35m\u2584\u001b[0m\u001b[3;39H\u001b[1m\u001b[0;1;30m\u2584\u001b[0m\u2584 \u001b[1m\u001b[0;1;30m\u2584\u001b[0m\u001b[4;24H\u001b[1m\u001b[0;1;35m\u2580\u001b[0m\u001b[35m \u001b[0;1;35m\u2584\u001b[0m\u001b[4;34H\u001b[35m\u2591\r\n\u001b[5;1H \u001b[0;1;35m\u2580\u001b[0m\u001b[5;13H\u001b[1m\u001b[0;1;35m   \u001b[0m\u001b[35m\u2584\u2584\u001b[0m\u001b[5;32H\u001b[1m\u001b[0;1;30m\u2584\u001b[0m\u2584\u001b[1m\u2584\u2584\u001b[0;1;47m\u2584\u2584\u001b[0;1m\u2588\u001b[0;1;43m\u2580\u001b[0;1m \u001b[0;1;47m \u001b[0;1m\u2588\u2588\u001b[0;1;47m\u2584\u2584\u2584\u001b[0;1m\u2584\u001b[0m\u2584\u001b[1m\u001b[0;1;30m\u2584\u001b[0m\u001b[6;23H\u001b[1m\u001b[0;1;36m\u2584\u001b[0;1;35m\u2584\u001b[0m\u001b[35m\u2584\u2580\u001b[0m\u001b[6;33H\u001b[35m\u2592   \u2584\u2580\r\n\u001b[7;1H \u001b[0;1;35m \u2588\u001b[0m\u001b[7;14H\u001b[1m\u001b[0;1;35m \u2580\u001b[0m\u001b[35m \u2580\u001b[0;1;35m\u001b[0;1;35;45m\u2588\u2593\u001b[0m\u001b[35m\u2584\u001b[0m\u001b[7;27H\u001b[1m\u001b[0;1;30m\u2584\u001b[0m\u2584\u001b[1m\u001b[0;1;47m\u2584\u2584\u2584\u2580\u2580\u2584\u2584\u001b[0;1m\u2588\u2588\u001b[0m\u001b[0;47m\u001b[33m\u2580\u001b[0;33m \u001b[0;1;33m\u001b[0;1;33;43m\u001b[0;1;43m\u2584\u001b[0;1m\u2588\u2588\u2588\u2588\u2588\u001b[0;1;47m\u2584\u2584\u2580\u2580\u2584\u2584\u001b[0;1m\u2584\u001b[0m\u2584\u001b[1m\u001b[0;1;30m\u2584\u001b[0m\u001b[8;21H\u001b[1m\u001b[0;1;35m\u2584\u001b[0;1;35;45m\u2593\u2592\u001b[0;1;35m\u2580\u001b[0m\u001b[8;32H\u001b[31m\u2591    \u001b[0;35m\u2580\u2588\u2584\r\n\u001b[9;1H \u001b[0;1;35m\u2580\u001b[0m\u001b[35m \u2591\u001b[0m\u001b[9;11H\u001b[31m\u2591   \u001b[0;35m\u2584\u2580  \u2584\u2593\u2588 \u001b[0;1;35m\u001b[0;1;30m\u2591\u001b[0m\u2584\u001b[1m\u001b[0;1;47m\u2584\u2593\u2593\u2592\u2592\u2592\u2593\u2593\u001b[0;1m\u2588\u2588\u001b[0;1;43m\u2588\u001b[0;1m\u2588\u2588\u2588\u001b[0;1;43m\u2584\u001b[0;1m\u2584\u2580\u001b[0m\u001b[0;47m\u001b[33m\u2584\u001b[0;1;33;47m\u001b[0;1;33m\u001b[0;1m\u2588\u2588\u2588\u2588\u2588\u001b[0;1;47m\u2593\u2593\u2592\u2592\u2593\u001b[0;1m\u2588\u2588\u001b[0;1;47m\u2584\u2584\u001b[0m\u2584\u001b[1m\u001b[0;1;30m\u2584 \u001b[0;1;35m\u2588\u2588\u2584\u001b[0m\u001b[35m  \u001b[0;1;35m\u001b[0;1;36m\u2580\u001b[0m\u001b[35m\u2584   \u001b[0;33m \u2584\u001b[0;31m  \u001b[0;35m\u2584\u001b[0;1;35m\u2580\u001b[0m\u001b[35m   \u001b[0;1;35m\u001b[0;1;35;45m\u2592\u001b[0m\r\n\u001b[11;1H\u001b[35m  \u2592\u001b[0m\u001b[11;15H\u001b[35m\u2588 \u2584\u2580\u2588\u2580 \u001b[0;33m\u2584\u001b[0;1;33m\u001b[0;1;33;47m\u001b[0;1;47m\u2584\u2593\u2593\u2593\u2592\u2593\u2593\u001b[0;1m\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u001b[0;1;47m\u2584\u001b[0;1m\u2584\u001b[0;1;43m\u2584\u001b[0;1m \u001b[0;1;47m \u001b[0;1m\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u001b[0;1;47m\u2592\u2592\u2593\u2593\u2593\u001b[0;1m\u2588\u2588\u2588\u001b[0m\u001b[33m\u2584 \u001b[0;1;33m\u001b[0;1;35m\u2580\u001b[0m\u001b[35m\u2588\u2580\u2584 \u001b[0;1;35m\u001b[0;1;35;45m\u2591\u001b[0m\u001b[35m\u2588 \u001b[0;33m \u001b[0;31m\u2588   \u001b[0;35m\u2580\u001b[0;1;35m\u001b[0;1;35;45m\u2584\u001b[0m\u001b[35m\u2584 \u2593\u2580\r\n\u001b[13;1H \u001b[0;1;35m\u001b[0;1;35;45m\u2593\u001b[0m\u001b[13;10H\u001b[31m\u2591   \u001b[0;35m\u2588\u001b[0;1;35m\u001b[0;1;35;45m\u2593\u2593\u2592\u001b[0m\u001b[35m\u2580 \u001b[0;33m\u2584\u001b[0;1;33m\u001b[0;1;33;47m\u001b[0;1;47m\u2593\u2593\u2593\u2593\u001b[0;1m\u2588\u2588\u2588\u2588\u2588\u001b[0;1;47m\u2584\u2580\u001b[0;1;43m\u2592\u2580\u2584\u001b[0;1m\u2588\u001b[0;1;47m\u2593\u001b[0;1m\u2588\u2588\u001b[0;1;47m\u2593\u001b[0;1;43m\u2580\u001b[0;1m\u2580\u2584\u001b[0;1;43m\u2584\u001b[0;1;47m\u2593\u001b[0;1m\u2588\u001b[0;1;43m\u2584\u2580\u2580\u001b[0;1;47m\u2580\u2593\u2593\u2593\u001b[0;1m\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u001b[0m\u001b[33m\u2584 \u001b[0;35m\u2580\u001b[0;1;35m\u001b[0;1;35;45m\u2593\u2591\u2591\u001b[0m\u001b[35m\u2580  \u001b[0;33m\u2580\u001b[0;31m\u2588\u2584   \u001b[0;1;31m\u001b[0;1;31;45m\u001b[0;1;35;45m\u2580\u2593\u001b[0m\u001b[35m\u2580\u2591\r\n\u001b[15;1H \u2580\u2584\u001b[0m\u001b[15;11H\u001b[31m\u2592 \u001b[0;1;31m\u001b[0;1;31;45m\u001b[0;1;36;45m\u2580\u001b[0m\u001b[35m\u2588 \u001b[0;1;35m\u001b[0;1;35;45m\u2593\u2593\u001b[0m\u001b[35m \u001b[0;1;35m\u001b[0;1;35;47m\u001b[0;1;47m\u2584\u001b[0;1m\u2588\u2580\u2580\u2588\u2588\u2588\u2588\u2588\u001b[0;1;43m\u2593\u2593\u2592\u2592\u2593\u2593\u001b[0;1m\u2588\u001b[0;1;47m\u2593\u2593\u001b[0;1m\u2588\u001b[0;1;47m\u2593\u2592\u2593\u2593\u001b[0;1m\u2588\u001b[0;1;47m\u2593\u2584\u2593\u001b[0;1m\u2588\u001b[0;1;43m\u2593\u2593\u2591\u2592\u2592\u2593\u2588\u001b[0;1m\u2588\u2588\u2588\u2588\u2588\u2580\u2580\u2588\u001b[0;1;47m\u2584\u001b[0;1m \u001b[0;1;45m\u001b[0;1;35;45m\u2593\u2593\u001b[0m\u001b[35m \u2584   \u001b[0;33m\u2580\u001b[0;1;33m\u001b[0;1;33;41m\u001b[0;1;31;41m\u2592\u2591\u001b[0m\u001b[31m \u001b[0;1;31m\u001b[0;1;31;45m\u001b[0;1;35;45m\u2591\u001b[0m\u001b[35m\u2580\r\n\u001b[17;1H  \u2584\u2588\u2584\u001b[0;1;35m\u001b[0;1;35;45m\u2580\u001b[0m\u001b[35m\u2584  \u001b[0;31m\u2588   \u001b[0;31;41m\u001b[0;35;41m\u2593\u001b[0;35m\u2584\u001b[0;1;35m\u001b[0;1;35;45m\u2593\u001b[0m\u001b[35m \u001b[0;1;35m\u001b[0;1;35;47m\u001b[0;1;47m\u2590\u001b[0;1m\u2588\u001b[0;1;47m\u2593\u2591\u2591\u001b[0;1m \u001b[0;1;43m\u2592\u2593\u001b[0;1m\u2588\u001b[0;1;43m\u2593\u2593\u2580\u2591\u2592\u2593\u001b[0;1m\u2588\u001b[0;1;47m\u2593\u2592\u001b[0;1m\u2588\u001b[0;1;47m\u2593\u2591\u2592\u2592\u2593\u001b[0;1m\u2588\u001b[0;1;47m\u2592\u2592\u2580\u2593\u001b[0;1m\u2588\u001b[0;1;43m\u2593\u2592\u2591\u2580\u2593\u2593\u001b[0;1m\u2588\u001b[0;1;43m\u2588\u2593\u2592\u001b[0;1m \u001b[0;1;47m\u2591\u2591\u2593\u001b[0;1m\u2588\u001b[0;1;47m\u258c\u001b[0;1m \u001b[0;1;45m\u001b[0;1;35;45m\u2593\u001b[0m\u001b[35m\u2584\u2580\u2588  \u2588\u001b[0;31m \u2588 \u001b[0;1;31m\u001b[0;1;31;45m\u001b[0;1;35;45m\u2591\u2592\u001b[0m\u001b[35m\u2584\r\n\u001b[19;1H\u001b[0;1;35m\u001b[0;1;35;45m\u2591\u001b[0m\u001b[35m\u2588\u2580 \u001b[0;1;35m\u2580\u2584\u001b[0m\u001b[35m\u2580\u001b[0;1;35m\u2588\u001b[0m\u001b[35m \u001b[0;33m\u2580\u001b[0;31m\u2588\u001b[0;33m \u001b[0;31m\u2584\u001b[0;31;41m\u001b[0;35;41m\u2592\u001b[0;1;35;41m\u001b[0;1;35;45m\u2592\u001b[0m\u001b[35m \u001b[0;1;35m\u001b[0;1;35;47m\u001b[0;1;30;47m\u2580\u001b[0;1;30m\u001b[0;1m\u2588\u2588\u001b[0;1;47m\u2593\u2592\u2591\u2591\u001b[0;1m \u001b[0;1;43m\u2592\u2592\u2593\u2592\u001b[0;1;33;43m\u2591\u2592\u001b[0;1;43m\u2580\u2584\u001b[0;1;47m\u2593\u2592\u2591\u2580\u2591\u2591\u2591\u2593\u2593\u2593\u2593\u2591\u2591\u2580\u001b[0;1m\u2588\u001b[0;1;43m\u2584\u2580\u001b[0;1;33;43m\u2592\u2591\u001b[0;1;43m\u2592\u2593\u2593\u2592\u2592\u001b[0;1m \u001b[0;1;47m\u2591\u2591\u2592\u2593\u001b[0;1m\u2588\u2588\u001b[0;1;47m\u2584\u001b[0;1m \u001b[0;1;35m\u2588\u001b[0m\u001b[0;41m\u001b[35m\u2591 \u001b[0;35m\u001b[0;31m\u2584\u2588\u001b[0;35m\u2584\u2580\u001b[0;31m   \u001b[0;1;31m\u001b[0;1;31;45m\u001b[0;1;35;45m\u2592\u001b[0;1;36;45m\u2580\u001b[0m\u001b[31m\u2591\r\n\u001b[21;1H \u001b[0;1;31m\u001b[0;1;31;45m\u001b[0;1;35;45m\u2591\u001b[0m\u001b[35m\u2588\u2584\u2580  \u2580  \u001b[0;31m\u2590\u2584\u001b[0;1;31m\u001b[0;1;31;41m\u2591\u001b[0m\u001b[0;41m\u001b[35m\u2591\u001b[0;35m\u258c\u001b[0;1;35m\u001b[0;1m\u2590\u2588\u001b[0;1;47m\u2593\u2593\u001b[0;1m\u2588\u001b[0;1;47m\u2593\u001b[0m\u2588\u001b[1m\u001b[0;1;30m\u2584 \u001b[0m\u2588\u001b[1m\u001b[0;1;46m\u2592\u001b[0;1;43m\u2593\u2592\u2580\u2591\u2591 \u001b[0;1;47m\u2584\u2591\u2591\u2591\u2591\u2592\u2592\u2593\u2592\u2593\u2593\u2592 \u2580\u2584\u001b[0;1;43m \u2580\u2591\u2591\u2580\u2591\u2593\u2593\u001b[0m\u2588 \u001b[1m\u001b[0;1;30m\u2584\u001b[0m\u2588\u001b[1m\u001b[0;1;47m\u2592\u2593\u001b[0;1m\u2588\u2588\u2588\u001b[0;1;47m\u258c\u001b[0;1m \u001b[0m\u001b[0;41m\u001b[35m\u2591\u001b[0;1;35;41m\u001b[0;1;31;41m\u2591\u001b[0m\u001b[31m\u2588\u001b[0;35m\u2580\u001b[0;31m  \u2592 \u001b[0;35m\u2588  \u001b[0;31m\u2592\r\n\u001b[23;1H  \u001b[0;1;31m\u001b[0;1;35m\u2588\u001b[0m\u001b[35m\u2580 \u001b[0;31m\u2591 \u2584\u2593\u2580\u2584\u001b[0;1;31m\u001b[0;1;31;41m\u2591\u2580\u001b[0m\u001b[0;41m\u001b[31m \u001b[0;31m \u001b[0;1;31m\u001b[0;1;31;47m\u001b[0;1;47m\u2593\u001b[0;1m\u2588\u2588\u001b[0;1;47m\u2593\u2592\u2591\u001b[0;1;30;47m\u2588\u001b[0;1;30m \u001b[0m\u001b[33m\u2580\u001b[0;33;47m\u2584\u001b[0;1;33;47m\u001b[0;1;33;46m\u001b[0;1;46m\u2593\u2592\u001b[0;1;43m\u2593\u2584 \u001b[0m\u001b[33m\u2580\u001b[0;1;33m\u001b[0;1;33;43m\u001b[0;1;43m\u2591\u001b[0m\u001b[0;43m\u2580\u001b[1m\u001b[0;1;47m\u2580\u2592\u2592\u2591\u2584\u2591\u2580\u2591\u2580\u2591\u2584\u2584\u2593\u2588\u001b[0m\u001b[0;43m\u2580\u001b[0m\u2584\u001b[1m\u001b[0;1;43m\u2591 \u2584\u001b[0;1;46m\u2593\u2593\u2593\u001b[0m\u001b[0;47m\u001b[33m\u2584\u001b[0;33m\u2580 \u001b[0;1;33m\u001b[0;1;33;47m\u001b[0;1;30;47m\u2588\u001b[0m\u2588\u001b[1m\u001b[0;1;47m\u2591\u2580\u2593\u001b[0;1m\u2588\u001b[0;1;47m\u2591\u001b[0;1m\u001b[0;1;30m\u258c\u001b[0m\u001b[31m\u2588\u001b[0;1;31m\u001b[0;1;31;41m\u2591\u2591\u001b[0m\u001b[31m\u2584\u2593\u2593  \u2588\u001b[0;1;31m\u001b[0;1;35m\u2588\u001b[0m\u001b[35m \u001b[0;31m\u2590\u001b[0;35m\u258c\r\u001b[0m\n\u001b[35m\u001b[24;1H\u001b[0;31m \u001b[0;1;31m\u001b[0;1;31;45m\u001b[0;1;36;45m\u2580\u001b[0m\u001b[0;41m\u001b[35m\u2592\u001b[0;35m \u001b[0;31m\u2591 \u2588 \u001b[0;1;31m\u001b[0;1;31;41m\u2592\u2592\u001b[0m\u001b[31m\u2580 \u001b[0;35m\u2584\u2580\u001b[0m\u2588\u001b[1m\u001b[0;1;47m\u2593\u2593\u001b[0;1m\u2588\u001b[0;1;47m\u2592\u2588\u001b[0;1m\u001b[0;1;30m\u2580\u001b[0;1m\u2584 \u2584\u001b[0;1;46m\u2593\u2593\u2593\u2584\u2591\u2580\u2593\u001b[0;1m\u2584\u001b[0m\u2580\u001b[0;43m\u2584\u001b[0;47m \u001b[1m\u2580\u2592\u001b[0m\u001b[0;43m\u2580\u001b[0m\u2588\u001b[1m\u001b[0;1;47m\u001b[0;1;30;47m\u2580\u2588\u2580\u001b[0m\u2588\u001b[0;43m\u2580\u001b[1m\u001b[0;1m\u2580\u001b[0;1;47m\u2591\u001b[0m\u001b[0;43m\u2584\u001b[0m\u2580\u001b[1m\u001b[0;1;30m\u2584\u001b[0;1;30;46m\u001b[0;1;46m\u2593\u2593\u2580\u2591\u2584\u2593\u2593\u001b[0;1m\u2584 \u2584\u001b[0;1;47m\u001b[0;1;30;47m\u2580\u001b[0;1;30m\u2580\u001b[0;1;30;47m\u001b[0;1;47m\u2580\u2593\u2593\u2592\u001b[0m\u2588\u001b[35m\u2580\u001b[0;31m\u2588\u001b[0;1;31m\u001b[0;1;31;41m\u2591\u001b[0;1;33;41m\u2580\u001b[0m\u001b[31m\u2588  \u2588\u001b[0;1;31m\u001b[0;1;31;41m\u2588\u001b[0m\u001b[35m\u2580\u001b[0;31m\u2584\u001b[0;35m\u2588\r\u001b[0m\n\u001b[35m\u001b[24;1H\u2588\u001b[0;1;35m\u001b[0;1;35;45m\u2593\u001b[0m\u001b[0;41m\u001b[35m\u2591\u2591 \u001b[0;35m\u001b[0;31m\u2588\u001b[0;1;31m\u001b[0;1;31;41m\u001b[0;1;33;41m\u2580\u001b[0m\u001b[31m\u2588\u001b[0;35m\u2580\u001b[0;31m\u2588\u001b[0;35m\u2584\u001b[0;1;35m\u2588\u001b[0m\u001b[35m\u2580 \u001b[0;1;35m\u001b[0;1;35;43m\u001b[0;1;43m\u2591\u001b[0;1;47m\u2588\u2593\u2593\u001b[0;1m\u2584\u001b[0m\u2580\u001b[1m\u2584\u2588\u2588\u001b[0;1;46m\u2593\u2593\u001b[0;1;47m\u2580\u2580\u2584\u001b[0;1;46m\u2593\u2592\u2592\u2580\u2580\u001b[0;1;47m\u001b[0;1;32;47m\u2584\u001b[0;1;32;42m\u001b[0;1;42m\u2580\u001b[0;1m\u2584\u001b[0m\u2580\u001b[1m\u2584\u001b[0m\u001b[33m\u2580\u001b[0;33;47m \u001b[0;1;33;47m\u001b[0;1;30;47m\u2580 \u001b[0m\u001b[33m\u2580\u001b[0;1;33m\u001b[0;1;30m\u2584\u001b[0m\u2580\u001b[1m\u001b[0;1;30m\u2584\u001b[0;1;30;42m\u2580\u001b[0;1;30;47m\u001b[0;1;32;47m\u2584\u001b[0;1;32;46m\u001b[0;1;46m\u2580\u2592\u2592\u2593\u001b[0;1;47m\u2584\u2580\u2580\u001b[0;1;46m\u2593\u2593\u001b[0;1m\u2588\u2588\u2584\u001b[0m\u2580\u001b[1m\u2584\u001b[0;1;47m\u2588\u2592\u2593\u001b[0;1;43m\u2591\u001b[0;1m \u001b[0m\u001b[35m\u2580\u001b[0;31m\u2588\u001b[0;1;31m\u001b[0;1;31;41m\u2592\u2592\u001b[0m\u001b[31m\u2588\u2591\u2588\u001b[0;1;31m\u001b[0;1;31;41m\u2591\u2591\u001b[0m\u001b[35m\u2580\r\u001b[0m\n\u001b[35m\u001b[24;1H\u001b[0;31m \u001b[0;35m\u2580 \u001b[0;35;41m \u001b[0;35m\u001b[0;31m\u2593\u2588\u001b[0;1;31m\u001b[0;1;31;41m\u001b[0;1;33;41m\u2591\u001b[0m\u001b[31m\u2588  \u001b[0;35m\u2580\u001b[0;1;35m\u2593\u001b[0m\u001b[35m\u2588 \u001b[0;1;35m\u001b[0;1;35;43m\u001b[0;1;30;43m\u2584\u001b[0;1;43m\u2591\u001b[0;1;47m\u2588\u2584 \u2580\u001b[0;1m\u2588\u001b[0;1;47m\u2580\u001b[0;1m\u2580\u001b[0m\u2580\u2580\u001b[1m\u2593\u2593\u001b[0;1;46m\u2593\u2593\u001b[0;1;47m\u2580\u2580\u001b[0m\u2580\u001b[1m\u001b[0;1;47m\u2580\u001b[0;1;46m\u2584\u001b[0;1;42m\u2584 \u2580\u2588\u001b[0;1m\u2584 \u2593 \u001b[0;1;30m\u2584\u001b[0;1;30;47m\u001b[0;1;47m\u2591\u001b[0;1;42m\u001b[0;1;30;42m\u2580 \u001b[0;1;42m\u2584\u2584\u001b[0m\u2580\u001b[1m\u001b[0;1;47m\u2580\u2580\u001b[0;1;46m\u2593\u2593\u001b[0;1;47m\u2580\u2580\u001b[0m\u2580\u2580\u001b[1m\u2580\u001b[0;1;47m\u2580\u2593\u2584\u2580\u2584\u2592\u001b[0;1;43m\u2591\u001b[0;1;30;43m\u2584\u001b[0;1;30m \u001b[0m\u001b[31m\u2584\u001b[0;1;31m\u001b[0;1;31;41m\u001b[0;1;33;41m \u001b[0;1;31;41m\u2593\u2593\u001b[0m\u001b[31m\u2588\u2593 \u2588  \u2592\r\u001b[0m\n\u001b[31m\u001b[24;1H\u001b[0;35m\u2593 \u001b[0;31m\u2591  \u2593\u2588\u2588\u001b[0;1;31m\u001b[0;1;31;41m\u2584\u001b[0m\u001b[31m\u2588\u2584\u001b[0;1;31m\u2584\u001b[0m\u001b[35m\u2580 \u001b[0;1;35m\u001b[0;1;30m\u2590\u001b[0;1;30;47m \u001b[0;1;47m\u2593\u2593\u001b[0;1m\u2588\u001b[0;1;47m\u2580\u2584\u2593\u001b[0;1;43m\u2584\u2584\u001b[0;1;47m\u2593\u001b[0;1;43m\u001b[0;1;33;43m\u2588\u2593\u2593\u001b[0;1;33;47m\u001b[0;1;47m\u2584\u2584\u001b[0m\u2584\u001b[1m\u001b[0;1;30m\u2584\u001b[0m\u001b[33m\u2580\u001b[0m\u2580\u001b[1m\u001b[0;1;47m\u2580\u001b[0;1m\u2588\u001b[0;1;42m\u2591\u2592\u2593\u001b[0;1m\u2584 \u2584\u001b[0;1;42m\u2593\u2592\u2591\u001b[0;1;47m\u2580\u001b[0m\u2580\u001b[33m\u2580\u001b[0;1;33m\u001b[0;1;30m\u2584\u001b[0m\u2584\u001b[1m\u001b[0;1;47m\u2584\u2584\u001b[0;1;43m\u001b[0;1;33;43m\u2593\u2593\u2588\u001b[0;1;33;47m\u001b[0;1;47m\u2593\u001b[0;1;43m\u2584\u2584\u001b[0;1;47m\u2584\u2584\u2580\u2591\u2593\u2593 \u001b[0;1m\u001b[0;1;30m\u2591\u001b[0;1;31m\u2590\u001b[0m\u001b[31m\u2588\u001b[0;1;31m\u001b[0;1;31;41m\u001b[0;1;33;41m\u2591\u001b[0m\u001b[31m\u2588\u2593 \u2584\u2588\u2588\u2584\u2580 \u001b[0;35m\u2591\r\u001b[0m\n\u001b[35m\u001b[24;1H\u2591 \u001b[0;31m\u2593    \u2580\u2588\u001b[0;1;31m\u001b[0;1;31;41m\u2593\u2593\u001b[0m\u001b[31m\u2588\u001b[0;1;31m\u258c\u001b[0m\u001b[31m  \u001b[0m\u2588\u001b[1m\u001b[0;1;47m\u2593\u2592\u001b[0;1m\u2580\u001b[0;1;47m\u001b[0;1;30;47m\u2584\u001b[0;1;47m\u2591\u2591\u001b[0;1m\u2580\u001b[0;1;47m\u2580\u2591\u001b[0;1m\u2593\u2588\u001b[0;1;47m\u001b[0;1;30;47m\u2584\u001b[0;1;30;43m\u001b[0;1;33;43m\u2593\u2593\u001b[0;1;43m\u2593\u001b[0;1;47m\u2584\u2584\u001b[0m\u2584\u001b[1m\u2592\u2593\u001b[0;1;47m\u001b[0;1;30;47m\u2580\u001b[0m\u2584\u001b[1m\u001b[0;1;47m\u001b[0;1;30;47m\u2580\u2591\u001b[0;1;30m\u001b[0;1m\u2580\u2588\u2584\u2593\u001b[0m\u2580\u001b[1m\u2592\u2584\u2584\u001b[0;1;47m\u2584\u2591\u001b[0;1m\u2593\u001b[0;1;47m\u001b[0;1;30;47m\u2584\u2584\u001b[0;1;30m\u001b[0;1m\u2593\u001b[0;1;47m\u2580\u2580\u001b[0;1m\u2580\u001b[0;1;47m\u2580\u2580\u001b[0;1;30;47m\u2584\u001b[0m\u2580\u001b[1m\u001b[0;1;47m\u2592\u2592\u2580\u001b[0;1m\u001b[0;1;30m\u2593 \u001b[0;1;30;41m\u001b[0;1;31;41m\u258c\u001b[0m\u001b[31m\u2588\u2588\u2588  \u2584\u2580 \u2588\u2584\r\u001b[0m\n\u001b[31m\u001b[24;1H  \u2593\u2592  \u2591  \u2588\u001b[0;1;31m\u001b[0;1;31;41m\u2593\u2593\u001b[0m\u001b[31m\u2588\u001b[0;33m\u2580\u001b[0;31m \u001b[0;1;31m\u001b[0;1;30m\u2584\u001b[0;1;30;47m\u001b[0;1;47m\u2580\u2591\u001b[0;1m\u2592 \u001b[0;1;30m\u2592\u2580 \u25a0\u001b[0m\u2580\u2580\u2580   \u001b[1m\u001b[0;1;30m\u2591\u001b[0m\u2580\u001b[1m\u2580\u001b[0;1;47m\u2580\u2584\u001b[0m\u2584 \u001b[1m\u001b[0;1;30m\u2580\u2580\u001b[0m\u2580\u001b[1m\u001b[0;1;47m\u001b[0;1;30;47m\u2591\u001b[0m\u2580\u2580\u001b[1m\u001b[0;1;30m\u2584\u001b[0;1;30;47m\u001b[0;1;47m\u2584\u2593\u2591\u2580\u001b[0m\u2580\u001b[1m\u001b[0;1;30m\u2580   \u2580\u2580 \u25a0\u2580\u2580 \u2591\u001b[0;1;30;47m\u001b[0;1;47m\u2593\u2591\u001b[0;1m\u001b[0;1;30m\u2592 \u001b[0m\u001b[33m\u2580\u001b[0;1;33m\u001b[0;1;31m\u2590\u001b[0m\u001b[31m\u2588\u001b[0;1;31m\u001b[0;1;31;41m\u001b[0;1;33;41m\u2591\u2591\u001b[0m\u001b[31m\u2588\u2584\u2584\u2588  \u2588\u2580\r\u001b[0m\n\u001b[31m\u001b[24;1H\u2591  \u001b[0;33m\u2580\u001b[0;31m\u2588   \u2593\u2588\u001b[0;1;31m\u001b[0;1;31;41m\u2588\u001b[0;1;33;41m\u2591\u001b[0m\u001b[31m\u2592   \u001b[0;1;31m\u001b[0;1;30m\u2580\u001b[0;1;30;47m \u001b[0;1;47m\u2580\u001b[0;1m\u2591 \u001b[0m\u001b[33m\u2584\u001b[0;1;33m\u001b[0;1;30m\u2580\u001b[0m\u001b[24;35H\u2580\u001b[1m\u001b[0;1;47m\u001b[0;1;36;47m\u2580\u001b[0;1;36;43m\u001b[0;1;43m\u2591\u001b[0;1;30;43m\u2580\u001b[0m\u001b[33m\u2584\u001b[0m\u2580\u2580\u2584\u001b[1m\u001b[0;1;43m\u001b[0;1;30;43m\u2580\u001b[0m\u001b[33m\u2588\u001b[0;1;33m\u001b[0;1;33;43m\u001b[0;1;43m\u2591\u001b[0;1;47m\u001b[0;1;36;47m\u2580\u001b[0;1;36m\u001b[0;1;30m\u2593\u2580\u001b[0m\u001b[24;18H\u001b[1m\u001b[0;1;30m\u2580\u001b[0m\u001b[33m\u2584\u001b[0;1;33m\u001b[0;1m\u2590\u2591\u001b[0;1;47m\u2580\u001b[0;1m\u001b[0;1;30m\u2591  \u001b[0m\u001b[31m\u2584\u2584\u2584\u001b[0;1;31m\u001b[0;1;30m\u2580\u001b[0;1;30;41m\u001b[0;1;31;41m\u2593\u2593\u001b[0;1;33;41m\u2580\u001b[0m\u001b[31m\u2588\u2588\u001b[0;1;31m\u001b[0;1;31;41m\u2593\u2593\u001b[0m\u001b[31m\u2588 \u001b[0;35m\u2580\r\u001b[0m\n\u001b[35m\u001b[24;1H \u001b[0;33m\u2584\u001b[0;31m  \u001b[0;1;31m\u001b[0;1;31;41m\u2584\u001b[0m\u001b[31m\u2588\u2584\u2588\u2588\u001b[0;1;31m\u001b[0;1;31;41m\u2593\u2593\u001b[0;1;31m\u2584\u001b[0m\u001b[31m   \u2588  \u001b[0;1;31m\u001b[0;1;30m\u2592\u001b[0;1m\u2591\u2590\u001b[0;1;47m\u2591\u001b[0m\u258c\u001b[24;37H\u001b[1m\u001b[0;1;30m\u2580\u001b[0m\u001b[33m\u2580\u001b[0;1;33m\u001b[0;1;30m\u2580\u2591\u001b[0m\u2592 \u001b[1m\u001b[0;1;30m\u2580\u001b[0m\u001b[0;43m\u2584\u001b[1m\u001b[0;1;30;43m\u2584\u001b[0;1;30m\u2580\u2591\u001b[0m\u001b[24;19H\u001b[1m\u2592\u258c\u2591\u001b[0;1;30m\u2580  \u001b[0m\u001b[31m\u2588\u001b[0;1;31m \u2584\u001b[0m\u001b[31m\u2580 \u2588\u2580  \u2580\u2580\u001b[0;1;31m\u001b[0;1;31;41m\u2592\u2592\u001b[0m\u001b[31m\u2588\r\u001b[0m\n\u001b[31m\u001b[24;1H\u001b[0;33m\u2584\u2580\u001b[0;31m\u2592\u2588\u2580\u2580\u2580\u2580\u2580\u001b[0;1;31m\u001b[0;1;31;41m \u2580\u001b[0;1;33;41m\u2580\u001b[0m\u001b[31m\u2588\u001b[0;1;31m\u2580 \u001b[0m\u001b[31m\u2580\u2588\u2584 \u001b[0;1;31m\u001b[0;1;30m\u2591\u2593\u001b[0;1m\u2593\u001b[0;1;47m\u2593\u001b[0m\u2588\u001b[24;36H\u001b[1m\u001b[0;1;30m\u2580\u001b[0m\u2584\u001b[1m\u2584\u2580\u001b[0;1;30m\u2584\u001b[0m\u2588\u001b[1m\u001b[0;1;30m\u2584 \u001b[0;1;30;47m\u001b[0;1;47m\u2591\u001b[0;1m\u2584\u001b[0m\u2584\u001b[1m\u001b[0;1;30m\u2580\u001b[0m\u001b[24;18H\u001b[1m\u2584\u001b[0;1;47m\u2591\u001b[0;1m   \u001b[0;1;30m\u2584\u001b[0m\u001b[31m\u2588\u2588\u2588\u2584\u2584\u2580 \u001b[0;1;31m\u001b[0;1m\u2584\u001b[0;1;47m\u2584\u001b[0;1m\u2588\u2588\u001b[0m\u2584 \u001b[33m\u2580\u001b[0;1;33m\u001b[0;1;33;41m\u001b[0;1;31;41m\u2591\u001b[0m\u001b[31m\u2588\r\u001b[0m\n\u001b[31m\u001b[24;1H\u2584\u2593\u2588\u2580 \u001b[0;1;31m\u001b[0;1;31;47m\u001b[0;1;30;47m\u2580\u2580\u2580\u001b[0;1;30m\u2584  \u001b[0;1;30;41m\u001b[0;1;31;41m\u2591\u001b[0m\u001b[31m\u2588   \u2584\u2580  \u001b[0;1;31m\u001b[0;1;30m\u2591\u001b[0m\u2580\u001b[1m\u2588\u2580\u001b[0;1;47m\u2584\u001b[0m\u2584\u001b[1m\u001b[0;1;30m\u2584\u001b[0m\u001b[24;33H\u001b[1m\u001b[0;1;30m\u2584\u001b[0m\u2584\u2584\u001b[1m\u2584 \u2580\u2593\u001b[0;1;47m\u2584\u2584\u2584\u001b[0;1m\u2593\u2584\u2580\u001b[0;1;47m\u2592\u001b[0;1m\u2584\u2588\u001b[0m\u2584\u001b[1m\u001b[0;1;30m\u2584  \u2584\u001b[0m\u2584\u2584\u001b[1m\u2580\u2592\u2580\u001b[0m\u2584\u001b[1m\u001b[0;1;30m\u2584   \u001b[0m\u001b[33m\u2584\u001b[0;31m\u2588\u2580\u2580  \u001b[0m\u2588\u001b[1m\u2588\u2588\u2588\u001b[0;1;46m\u2580\u001b[0;1m\u2580 \u001b[0m\u001b[33m\u2584\u001b[0;31m\u2588\u2584\r\u001b[0m\n\u001b[31m\u001b[24;1H\u2588\u2588\u2591 \u001b[0;1;31m\u001b[0;1m\u2580\u001b[0;1;47m\u2592\u001b[0;1m\u2588\u2588\u2588\u2584   \u001b[0m\u001b[31m\u2580\u2584\u001b[0;1;31m\u001b[0;1;31;41m\u2584\u2580\u001b[0m\u001b[33m\u2580 \u001b[0;31m \u2591\u001b[0;1;31m\u001b[0;1;30m\u2591\u001b[0m\u2580\u001b[1m\u001b[0;1;47m\u2580\u2580\u2593\u001b[0;1m\u2584\u2584\u001b[0;1;47m\u2584\u2584\u2584\u2584\u001b[0;1;43m\u2591\u001b[0;1;47m\u2580\u001b[0;1m\u2580\u2584\u2591\u2588\u2580 \u2580 \u2580\u2588\u2580\u001b[0;1;30m\u2591\u001b[0;1m\u2580\u001b[0;1;47m\u2591\u2591\u001b[0;1;43m\u2591\u001b[0;1;47m\u2584\u2584\u2593\u2593\u001b[0;1m\u2593\u001b[0;1;47m\u2593\u2580\u2580\u001b[0;1m\u001b[0;1;30m\u2580\u001b[0m\u001b[24;25H\u001b[33m\u2580\u001b[0;1;33m\u001b[0;1;30m \u001b[0;1m\u2584\u001b[0;1;43m\u2584\u001b[0;1m\u2588\u001b[0;1;46m\u2580\u001b[0;1m\u2588\u2588\u2588\u2588\u2588\u2584 \u001b[0m\u001b[31m\u2580\u2588\r\u001b[0m\n\u001b[31m\u001b[24;1H\u001b[0;1;31m\u001b[0;1;31;41m\u001b[0;1;33;41m\u2580\u001b[0m\u001b[31m\u2588 \u001b[0;1;31m\u001b[0;1m\u2584\u001b[0;1;46m\u2584\u001b[0;1m\u2588\u2588\u001b[0;1;46m\u2580\u2580\u001b[0;1m\u2588\u2588\u001b[0;1;43m\u2584\u001b[0;1m\u2584  \u001b[0m\u001b[31m\u2580\u2588\u2593\u2584\u2588\u2588 \u001b[0;33m\u2584\u001b[0m\u2584 \u001b[1m\u001b[0;1;30m\u2580\u001b[0m\u2580\u001b[1m\u001b[0;1;47m\u2580\u2580\u001b[0;1m\u001b[0;1;30m\u2584\u001b[0m\u2580\u2580\u001b[1m\u001b[0;1;30m\u2584 \u001b[0;1m\u2584\u2588 \u258c  \u001b[0;1;30m\u2502  \u001b[0;1m\u2590\u001b[0;1;30m\u2580\u2591\u001b[0;1;30;47m\u001b[0;1;47m\u258c\u001b[0;1m \u001b[0;1;30m\u2584\u001b[0m\u2580\u2580\u001b[1m\u001b[0;1;47m\u2591\u2591\u001b[0m\u2580\u001b[33m\u2580 \u001b[0m\u2584\u2588\u2580\u001b[33m\u2580  \u001b[0;1;33m\u001b[0;1;30m\u2584\u001b[0;1m\u2584\u001b[0;1;43m\u2584\u001b[0;1m\u2588\u001b[0;1;42m\u2580\u001b[0m\u001b[0;42m\u001b[33m\u2584\u001b[0;1;33;42m\u001b[0;1;33m\u001b[0;1;36m\u2584\u001b[0;1m\u2588\u2580\u2588\u2593\u2588\u2588\u001b[0;1;46m\u2580\u001b[0;1m \u001b[0m\u001b[31m\u2588\u001b[0;1;31m\u001b[0;1;31;41m\u001b[0;1;33;41m\u2580\u001b[0m\r\n\u001b[24;1H\u001b[31m\u2588\u001b[0;33m\u2580\u001b[0;31m \u001b[0;1;31m\u001b[0;1;31;47m\u001b[0;1;47m\u2590\u001b[0;1m\u2588\u2588\u2593\u2588\u2580\u001b[0;1;47m\u2584\u2580\u2580\u001b[0;1m\u2588\u2588\u001b[0;1;43m\u2584\u001b[0;1m\u001b[0;1;30m\u2584\u2584   \u001b[0m\u001b[31m\u2580\u2588 \u001b[0;33m\u2580\u001b[0;1;33m\u001b[0;1;33;47m\u001b[0;1;30;47m\u2584\u001b[0;1;47m\u2580\u001b[0;1m\u2588\u001b[0m\u2584\u001b[1m\u2588\u001b[0;1;47m\u001b[0;1;36;47m\u2584\u001b[0;1;36m\u001b[0;1;30m\u2584\u001b[0;1;30;47m\u2592\u2592\u001b[0;1;30m\u2590\u001b[0;1m\u2588\u001b[0;1;30m\u258c\u001b[0m\u2590\u001b[1m\u258c  \u2591  \u2590\u001b[0m\u258c \u001b[1m\u2588\u001b[0;1;47m\u2584\u001b[0;1m \u001b[0;1;47m\u001b[0;1;36;47m\u2584\u001b[0;1;47m\u2580\u001b[0;1m\u001b[0;1;30m\u2584\u001b[0;1;30;47m\u001b[0;1;47m\u2584\u2588\u2580\u001b[0;1;30;47m\u2584\u001b[0;1;30m \u001b[0m\u001b[33m\u2580  \u001b[0;1;33m\u001b[0;1m\u2584\u001b[0;1;43m\u2584\u001b[0;1m\u2588\u2580\u001b[0m\u001b[36m\u2580\u001b[0;1;36m\u2584\u001b[0m\u001b[0;42m\u001b[33m\u2580\u001b[0;1;33;42m\u001b[0;1;42m\u2584\u001b[0;1m\u2588\u001b[0m\u2580\u001b[1m  \u2580\u001b[0m\u2580   \u001b[31m\u2588\u001b[0;33m\u2588\r\u001b[0m\n\u001b[33m\u001b[24;1H\u2580\u001b[0;31m\u2588   \u001b[0;1;31m\u001b[0;1m\u2580\u2580  \u001b[0m\u2580\u001b[1m\u2588\u001b[0;1;47m\u2584 \u001b[0;1m\u001b[0;1;36m\u2584\u001b[0;1;36;47m\u001b[0;1;47m\u2580\u001b[0;1;43m\u001b[0;1;33;43m\u2593\u2593\u001b[0;1;43m\u2584\u001b[0;1m\u2584\u001b[0m\u001b[24;28H\u001b[1m\u001b[0;1;30m\u2580\u001b[0;1;30;47m\u2584\u001b[0;1;30;43m\u2580\u001b[0;1;30;47m\u001b[0;1;47m\u2580\u2584\u001b[0;1m\u001b[0;1;30m\u2590\u001b[0;1;30;47m\u001b[0;1;47m\u2590\u001b[0;1m\u2593\u2580\u001b[0;1;30m\u2584\u001b[0m\u2580\u001b[1m\u001b[0;1;30m\u2584 \u001b[0;1m\u2592 \u001b[0;1;30m\u2584\u001b[0m\u2580\u001b[1m\u001b[0;1;30m\u2584\u001b[0;1m\u2584\u2592\u2588\u001b[0;1;30m\u258c\u001b[0;1;30;47m\u001b[0;1;47m\u2584\u2580\u001b[0;1;43m \u001b[0;1;47m\u001b[0;1;30;47m\u2584\u001b[0;1;30m\u2580   \u001b[0m\u2584\u001b[1m\u2584\u001b[0;1;43m\u2584\u001b[0;1m\u2588\u001b[0;1;46m\u2580\u001b[0;1m\u2584\u001b[0;1;46m\u2584\u2584\u001b[0;1m\u2588\u2580\u001b[0m\u2580\u001b[1m   \u001b[0m\u001b[33m\u2584\u2584\u001b[0;31m\u2584\u2584\u2588\u2588\u2580\u2588\r\u001b[0m\n\u001b[31m\u001b[24;1H\u2588\u2584\u2580\u2580\u001b[0;33m\u2584\u2584\u001b[0;31m\u2584\u2584\u001b[0;1;31m\u001b[0;1;30m\u2584\u001b[0m\u001b[31m  \u001b[0m\u2580\u001b[1m\u2580\u001b[0;1;47m\u2580\u001b[0;1m\u2588\u001b[0;1;47m\u2584\u001b[0;1m\u2592\u001b[0;1;36m\u2584\u001b[0;1m\u2580\u2588\u001b[0;1;43m\u2584\u001b[0;1m\u2584\u001b[0m\u2584\u001b[24;29H\u001b[1m\u001b[0;1;30m\u2580\u2580 \u001b[0;1;30;47m \u001b[0;1;30m\u2590\u001b[0;1;30;47m\u001b[0;1;47m\u2590\u001b[0;1m\u2593\u2593\u2584\u001b[0;1;47m\u001b[0;1;30;47m\u2588\u2580\u2588\u2592\u2588\u2580\u2588\u001b[0;1;47m\u2584\u001b[0;1m\u2588\u001b[0;1;43m\u001b[0;1;33;43m\u2593\u001b[0;1;33m\u001b[0;1m\u2588\u001b[0;1;47m\u258c\u001b[0;1m \u001b[0;1;47m \u001b[0;1m    \u001b[0m\u2584\u001b[1m\u2588\u2580\u2592\u2588\u2588\u2588\u2580\u001b[0m\u2580\u001b[1m    \u001b[0;1;30m\u2584\u001b[0m\u001b[31m\u2593\u2593\u001b[0;1;31m\u001b[0;1;31;41m\u001b[0;1;33;41m\u2580\u001b[0m\u001b[31m\u2580\u2580\u001b[0;33m\u2580\u001b[0;31m\u2584 \u2584\u2588\r\u001b[0m\n\u001b[31m\u001b[24;1H\u001b[0;33m\u2580\u001b[0;31m\u2580\u2588\u2588\u2584\u2584\u2584\u2580\u2580\u2580\u2584    \u001b[0;1;31m\u001b[0;1m\u2580\u2580\u001b[0;1;47m\u2580\u001b[0;1m\u2588\u001b[0;1;47m\u2584\u001b[0m\u001b[0;42m\u001b[33m\u2580\u001b[0;1;33;42m\u001b[0;1;33;47m\u001b[0;1;47m\u2580\u001b[0;1m\u2580\u001b[0;1;47m\u2580\u001b[0;1m\u2592\u001b[0;1;30m\u2584   \u2584\u001b[0m\u2588\u001b[1m\u2588\u2584\u2580\u2580\u001b[0m\u2588\u001b[1m\u001b[0;1;47m\u2592\u001b[0;1;30;47m\u2591\u001b[0m\u2588\u001b[0;47m \u001b[1m\u001b[0;1;30;47m\u2592\u001b[0m\u2588\u001b[1m\u001b[0;1;47m\u2593\u001b[0;1;30;47m\u2591\u001b[0;1;30m\u001b[0;1m\u2592\u2584\u2580\u001b[0m\u2588\u001b[1m\u2580\u001b[0m\u2588\u001b[1m\u001b[0;1;30m\u2584  \u2584\u001b[0m\u2588\u001b[1m\u2580\u001b[0m\u001b[0;42m\u001b[33m\u2580\u001b[0;1;33;42m\u001b[0;1;33m\u001b[0;1m\u2588\u2588\u2580\u001b[0m\u2580\u001b[1m   \u001b[0m\u001b[31m\u2591\u2591 \u001b[0;33m\u2580\u2580\u001b[0;31m \u2584\u2584 \u2580\u2580\u2588\u2588\u001b[0;33m\u2580\u001b[0;1;33m\u001b[0;1;30m\u2580\r\u001b[0m\n\u001b[1;30m\u001b[24;1H\u001b[0m\u001b[31m   \u001b[0;1;31m\u001b[0;1;30m\u2580\u001b[0m\u001b[33m\u2580\u001b[0;31m\u2580\u2580\u001b[0;1;31m\u001b[0;1;31;41m\u001b[0;1;33;41m\u2580\u001b[0m\u001b[31m\u2588\u2580 \u2580\u2593\u001b[0;1;31m\u001b[0;1;30m\u2584\u001b[0m\u001b[24;20H\u001b[1m\u001b[0;1;30m\u2580\u001b[0;1m\u2580\u001b[0;1;47m\u001b[0;1;30;47m\u2584\u001b[0;1;30m\u001b[0;1m\u2588\u2584\u2592\u001b[0;1;47m \u001b[0;1m\u001b[0;1;30m\u2584 \u2580\u001b[0;1;30;47m\u001b[0;1;47m\u2584\u001b[0;1m\u2588\u2580\u2588\u2584\u001b[0;1;47m\u001b[0;1;30;47m\u2580\u001b[0;1;30m\u001b[0;1m\u2580\u2588\u001b[0;1;47m\u2580\u001b[0m\u2588\u2584\u2580\u2580\u001b[1m\u2584\u001b[0;1;47m\u2584\u001b[0;1;30;47m\u2580\u001b[0;1;30m \u001b[0;1;30;47m\u001b[0;1;47m\u2584\u001b[0m\u2584\u001b[1m\u2580\u2588\u001b[0;1;47m\u2584\u001b[0m\u2584\u001b[1m\u001b[0;1;30m\u2584 \u001b[0;1;30;47m\u2584\u001b[0;1;47m\u2580\u001b[0;1m\u2580\u001b[0m\u001b[24;23H\u001b[31m\u2591\u2591\u001b[0;33m\u2580\u001b[0;1;33m\u001b[0;1;30m\u2584\u001b[0m\u001b[31m\u2584\u2588\u2588\u2580\u2580\u2580\u2580\u001b[0;33m\u2580\u2580\r\u001b[0m\n\u001b[33m\u001b[24;1H\u001b[0;31m    \u001b[0;1;31m\u001b[0;1;30m\u2591\u001b[0m\u001b[31m   \u001b[0;1;31m\u001b[0;1;30m\u2580\u001b[0m\u001b[31m\u2580\u001b[0;1;31m\u2580\u2584\u001b[0m\u001b[31m \u2580\u2591\u2591\u001b[0m\u001b[24;24H\u001b[1m\u001b[0;1;30m\u2580\u2580\u001b[0;1;30;47m\u2584\u001b[0m\u2580\u001b[1m\u001b[0;1;30m\u2580  \u001b[0m\u2580\u001b[1m\u001b[0;1;47m\u2580\u001b[0;1m\u2588\u2584\u001b[0m\u2584\u001b[1m\u001b[0;1;43m\u2588\u2592\u001b[0;1;33;43m\u2593\u001b[0;1;33m \u001b[0;1m\u2588\u2588\u001b[0m\u2584\u001b[1m\u001b[0;1;43m\u2592\u001b[0;1m\u2588\u2580\u2591\u001b[0;1;43m\u2593\u001b[0;1m\u2588\u001b[0m\u2580\u001b[1m\u001b[0;1;47m\u2580\u001b[0;1;30;47m\u2584\u001b[0;1;30m  \u2584\u001b[0m\u001b[33m\u2584    \u001b[0;31m\u2591\u2580\u2580  \u001b[0;1;31m\u2584\u001b[0m\u001b[31m \u001b[0;1;31m\u001b[0;1;30m\u2580\u001b[0m\u001b[31m \u2584  \u001b[0;1;31m\u001b[0;1;30m\u2584 \u2591\r\u001b[0m\n\u001b[1;30m\u001b[24;1H\u001b[0m\u001b[24;7H\u001b[1m\u001b[0;1;30m\u2580\u001b[0m\u001b[31m \u2584\u2580\u2584  \u001b[0;33m\u2580\u001b[0;31m  \u2580 \u2591    \u001b[0;33m\u2584\u001b[0;1;33m\u001b[0;1;30m\u2584   \u001b[0;1m\u2588   \u001b[0;1;47m\u001b[0;1;30;47m\u2584\u2584\u001b[0;1;30m \u2580\u001b[0m\u2580\u001b[1m\u001b[0;1;47m\u001b[0;1;30;47m\u2584\u001b[0;1;30m\u2580  \u2580\u001b[0;1;30;47m\u2584\u001b[0m\u2580\u001b[1m\u001b[0;1;30m\u2580 \u001b[0;1;30;47m\u2584\u2584\u001b[0;1;30m \u2580 \u2580\u001b[0;1;30;47m\u2584\u001b[0;1;30m\u001b[0;1m\u2592\u2593\u2588\u2584\u2584   \u001b[0m\u001b[33m\u25a0\u001b[0;1;33m\u001b[0;1;31m\u2580\u001b[0;1m   \u001b[0m\u001b[31m\u2580\u2588\u001b[0;33m\u2584\u001b[0;1;33m\u001b[0;1;33;41m\u001b[0;1;31;41m\u2584\u001b[0m\r\n\u001b[24;1H\u001b[24;7H\u001b[33m  \u001b[0;1;33m\u001b[0;1;31m\u2580\u001b[0m\u001b[33m\u2580\u001b[0;31m\u2580\u2580\u001b[0;1;31m\u001b[0;1m \u001b[0m\u001b[31m\u2584\u001b[0m\u001b[24;20H\u001b[31m\u2580\u001b[0;1;31m\u001b[0;1;30m\u2584\u001b[0;1m\u2584\u2588\u001b[0;1;43m\u2580\u001b[0;1m\u2592\u001b[0;1;47m\u001b[0;1;30;47m\u2584\u001b[0;1;30m\u2580\u001b[0;1m\u2588 \u2584\u25a0\u001b[0m\u001b[24;40H\u001b[1m\u2584  \u001b[0;1;30m\u2580\u001b[0;1m\u2593\u001b[0m\u001b[0;42m\u001b[33m\u2580\u001b[0;1;33;42m\u001b[0;1;33;43m\u001b[0;1;43m\u2580\u2580\u001b[0;1m\u2588\u2588\u2584\u001b[0;1;30m\u2584  \u001b[0m\u001b[31m\u2580\r\u001b[0m\n\u001b[31m\u001b[24;1H\u001b[0m\u001b[24;17H\u001b[1m\u001b[0;1;30m\u2584\u001b[0;1m\u2584\u001b[0;1;47m\u2584\u001b[0;1m\u2588\u001b[0;1;43m\u2580\u001b[0m\u001b[0;42m\u001b[33m\u2580\u2580\u001b[0;1;33;42m\u001b[0;1;33m\u001b[0;1m\u2593\u2592\u001b[0m\u2580\u001b[1m\u001b[0;1;30m\u258c\u001b[0;1m\u2593\u2591\u001b[0m\u2580\u001b[1m\u001b[0;1;30m\u2580\u001b[0m\u001b[24;40H\u001b[1m\u001b[0;1;30m\u2580\u001b[0m\u2580\u001b[1m\u2580   \u2580\u001b[0;1;42m\u001b[0;1;30;42m\u2584\u001b[0;1;42m\u2584\u001b[0;1;43m\u2584\u2584\u001b[0;1;47m\u2580\u2588\u001b[0;1m\u2588\u001b[0;1;47m\u2584\u001b[0;1m\u2584\u001b[0;1;30m\u2584\u001b[0m  \u001b[1m\u001b[0;1;36msM.Fuel\r\u001b[0m\n\u001b[1;36m\u001b[24;1H\u001b[0m\u001b[24;13H\u001b[1m\u001b[0;1;30m\u2584\u001b[0;1m\u2584\u001b[0;1;47m\u2584\u001b[0;1m\u2588\u001b[0;1;47m\u2580\u2580\u001b[0;1;43m\u2584\u2584\u001b[0;1;42m\u2584\u2584\u001b[0;1m\u2580\u001b[0m\u2580\u001b[1m\u001b[0;1;30m\u2580 \u001b[0m\u2584\u2588 \u001b[1m\u2588\u2588 \u001b[0;1;30m\u2584\u001b[0m\u001b[24;40H\u001b[1m\u001b[0;1;30m\u2588\u001b[0m\u2584 \u2584\u001b[1m\u2588\u001b[0m\u2584\u001b[1m\u001b[0;1;30m \u2580\u2584 \u001b[0;1m\u2580\u001b[0;1;43m\u2588\u001b[0;1;42m\u2584\u001b[0;1;47m\u2584\u001b[0;1m\u2580\u2580\u2588\u2588\u2588\u2584  \u2584\u001b[0m\u2584\u001b[1m\u001b[0;1;30m\u2584\r\u001b[0m\n\u001b[1;30m\u001b[24;1H\u001b[0m\u001b[24;6H\u2584\u001b[1m\u2584\u2584  \u001b[0m\u2584\u001b[1m\u2588\u2588\u2588\u001b[0;1;47m\u2580\u2584\u001b[0;1m\u2588\u2588\u2588\u2580\u001b[0;1;30m\u2580\u2584\u2584\u2580\u2580\u001b[0m\u001b[31m\u2584\u001b[0;1;31m\u001b[0;1;30m\u2580\u001b[0;1m\u2580\u001b[0;1;47m\u2584\u001b[0;1m\u2584\u2580\u001b[0;1;30m\u2588\u001b[0;1;30;47m\u001b[0;1;47m\u2584\u2584\u001b[0;1m\u001b[0;1;30m\u2584\u001b[0;1m\u2584\u001b[0;1;30m\u2584 \u001b[0m\u2584\u001b[1m\u001b[0;1;47m\u2591\u001b[0;1m \u001b[0m\u2584\u001b[1m\u001b[0;1;47m\u2584\u2584\u001b[0;1m \u001b[0m\u2584\u001b[1m\u001b[0;1;47m\u2584\u2592\u001b[0;1m\u2580\u2588\u001b[0;1;30m\u2580\u001b[0;1m\u2580\u001b[0;1;47m\u2580\u001b[0m\u2580 \u001b[31m\u2584\u001b[0m \u001b[1m\u001b[0;1;30m\u2580\u2584\u2584\u2580\u001b[0;1m\u2580\u001b[0;1;47m\u2580\u001b[0;1m\u2588\u2580\u2588\u2593\u2588\u001b[0;1;47m\u001b[0;1;30;47m\u2580\u001b[0;1;30m\u001b[0;1m\u2588\u2593\u2588\u2588\u001b[0;1;46m\u2584\u001b[0m\r\n\u001b[24;1H\u001b[1m   \u001b[0m\u2590\u001b[1m\u2588\u2588\u2588\u2593\u2588\u2584\u2588\u2593\u2588\u2588\u2588\u2588\u2580\u001b[0m\u2580\u001b[1m\u001b[0;1;30m\u2584\u2580\u2580\u001b[0m  \u001b[31m\u2584\u001b[0;1;31m\u001b[0;1;31;41m\u2584\u2580\u001b[0m\u001b[31m\u2580\u001b[0m\u2584\u001b[1m\u2580\u001b[0;1;43m\u2592\u2584\u001b[0;1m\u2584\u001b[0;1;43m\u2580\u001b[0m\u2580 \u2580\u001b[1m\u2588\u001b[0;1;30m\u2580\u001b[0;1;30;43m\u001b[0;1;43m\u2593\u001b[0;1m\u2588\u001b[0;1;30m\u2580\u001b[0;1m\u2588\u2588\u001b[0;1;47m\u2580\u001b[0;1m\u001b[0;1;30m\u2580\u001b[0;1m\u2580\u2588\u2580 \u001b[0;1;43m\u2584\u001b[0;1;47m\u2584\u001b[0;1m\u2588\u2580 \u001b[0m\u001b[31m\u2580\u001b[0;1;31m\u001b[0;1;31;41m\u2580\u001b[0m\u001b[31m\u2580\u001b[0;1;31m\u001b[0;1m   \u001b[0;1;30m\u2580\u2580\u001b[0;1m  \u2580\u2588\u2588\u001b[0;1;43m\u001b[0;1;33;43m\u2592\u2592\u001b[0;1;33m\u001b[0;1m\u2588\u2588\u2588\u2588\u001b[0m\u2580\r\n\u001b[24;1H    \u001b[1m\u2580\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u001b[0;1;47m\u2580\u001b[0;1m\u2580   \u001b[0;1;30m\u2580\u001b[0m\u001b[24;25H\u001b[31m\u2580\u001b[0;1;31m\u001b[0;1m \u001b[0;1;30m\u2580\u001b[0m\u2580\u2580\u2584\u001b[1m\u001b[0;1;43m\u2592\u001b[0;1;33;43m\u2593\u2593\u001b[0;1;33m\u001b[0;1m\u2588\u2580\u2588\u2584\u2584\u001b[0;1;43m\u2584\u001b[0;1;47m\u2584\u001b[0;1m\u2584\u2588\u001b[0;1;47m\u2584\u001b[0;1m\u2584\u2584\u001b[0;1;43m\u2584\u001b[0;1m\u2588\u2588\u2588\u2588\u2580   \u001b[0m\u001b[31m\u2580\u001b[0m\u001b[24;23H\u001b[1m\u001b[0;1;30m \u2580\u001b[0;1m  \u001b[0m\u2580\u001b[1m\u2580\u2588\u2588\u2588\u2588\u001b[0m\u2584\u001b[1m\u001b[0;1;30m\u2580\u001b[0m    \u2591\r\n\u001b[24;1H\u001b[24;6H\u001b[1m\u2584\u2588\u2588\u2588\u2588\u2580  \u001b[0;1;30m\u25a0\u2580\u001b[0m\u001b[24;30H\u001b[1m\u001b[0;1;30m\u2580\u001b[0m\u2580\u2580\u2580\u001b[1m\u2580\u2580\u2580\u2580\u001b[0;1;47m\u2580\u001b[0;1;43m\u001b[0;1;33;43m\u2588\u2593\u001b[0;1;33m\u001b[0;1m\u2588\u2588\u001b[0;1;47m\u2580\u2580\u2580\u001b[0;1m\u2580\u2580\u2580 \u2584\u2584\u2580\u001b[0m\u001b[24;26H\u001b[1m\u001b[0;1;30m \u25a0\u001b[0;1m \u001b[0m\u2580\u001b[1m\u2588\u2588\u001b[0;1;46m\u2580\u001b[0;1m\u001b[0;1;30m\u2580\u001b[0m    \u2591\u2588\r\n\u001b[24;1H\u001b[24;7H\u001b[1m\u001b[0;1;46m\u2580\u001b[0;1m\u2588\u2588\u2580\u001b[0m\u001b[24;19H\u2584\u2584\u2584  \u2584\u2584\u2584\u2584\u001b[24;33H\u001b[1m\u2580\u2580\u2580\u2584\u2588\u001b[0;1;47m\u2584\u2584\u001b[0;1;43m\u001b[0;1;33;43m\u2584\u2584\u001b[0;1;33m\u001b[0;1m\u2588\u2588\u001b[0;1;47m\u2584\u001b[0;1m\u2580\u2588\u2580\u2580\u2580\u001b[0m\u001b[24;16H\u2580\u2584\u2584\u2584  \u2584\u2584\u2588\u2588\u2588\u2584\u2584\u001b[24;34H\u2580\u2584 \u2584\u2588\u2588\r\n\u001b[24;1H  \u2588\u001b[24;12H\u2584\u2584\u2588\u2588\u2588\u2588\u2588\u2593\u2593\u2580\u2584\u2584\u2580\u001b[1m\u001b[0;1;30m\u2580\u001b[0m\u2580\u2580\u2580\u001b[24;34H\u001b[1m\u001b[0;1;30m\u2580\u2584\u2584\u2580\u001b[0m\u2580\u001b[1m\u2580\u001b[0;1;47m\u2580\u2580\u001b[0;1m\u2580\u001b[0m\u2580\u001b[1m\u001b[0;1;30m\u2580\u2584\u2584\u2580\u001b[0m\u001b[24;16H\u2580\u2588\u2592\u2580\u2588\u2588\u2588\u2580\u001b[1m\u001b[0;1;30m\u2580\u2580\u001b[0m\u2580\u2580\u2588\u2588\u2588\u2584\u2588\u2588\u2588\u2588\u2588\u001b[0;47m\u001b[33m\u2584\u2593\u001b[0;33m\u001b[0m\u2588\r\n\u001b[24;1H  \u2588\u2588\u2588\u2588\u2584\u2584\u2588\u2588\u2588\u2584\u001b[1m\u001b[0;1;30m\u2580\u2580\u2580\u001b[0m\u2580\u2580\u2580\u2580\u2580 \u001b[1m\u001b[0;1;30m\u2580\u2580\u001b[0m    \u2584\u2584\u2584\u001b[24;37H\u001b[1m\u001b[0;1;30m\u2580\u2580  \u2580\u2580\u2580\u001b[0m\u001b[24;17H\u001b[1m\u001b[0;1;30m\u2580\u2580\u001b[0m \u2584\u2584\u2584\u2584\u2588\u2588\u2588\u2588\u2588\u001b[0;47m\u001b[33m\u2592\u2592\u2592\u2592\u2592\u2593\u2593\u2588\u2588\u2591\u001b[0;33m\u001b[0m\u2588\r\n\u001b[24;1H   \u2580\u2588\u2588\u2588\u2593\u2593\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2584\u2584\u2584\u2584\u2584\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2584    \u2584\u2584\u2593\u2588\u2584\u2584\u2584\u2584\u2584    \u2584\u2584\u2584\u2588\u2588\u2588\u2588\u001b[1m\u001b[0;1;47m\u2591\u2591\u001b[0m\u2588\u001b[1m\u001b[0;1;47m\u2591\u2591\u2591\u001b[0m\u2588\u2580\u2593\u2593\u2588\u001b[0;47m\u001b[33m\u2592\u2592\u2592\u2592\u001b[0;33m\u001b[0m\u2588\u2588\u2588\r\n\u001b[24;1H  \u2588\u001b[0;47m\u001b[33m\u2592\u001b[0;33m\u001b[0m\u2584\u2584\u2584\u2588\u2588\u001b[0;47m\u001b[33m\u2593\u2588\u2588\u2588\u2593\u2593\u2592\u2592\u2592\u2591\u001b[0;33m\u001b[0m\u2588\u001b[0;47m\u001b[33m\u2591\u001b[0;33m\u001b[0m\u2588\u001b[0;47m\u001b[33m\u2591\u2591\u001b[0;33m\u001b[0m\u2588\u001b[0;47m\u001b[33m\u2591\u001b[0;33m\u001b[0m\u2588\u001b[0;47m\u001b[33m\u2591\u001b[0;33m\u001b[0m\u2588\u001b[0;47m\u001b[33m\u2591\u2591\u001b[0;33m\u001b[0m\u2588\u2588\u2588\u2588\u2580 \u2584\u2584\u2588\u2588\u001b[0;47m\u001b[33m\u2592\u2591\u2591\u2591\u2591\u2591\u001b[0;33m\u001b[0m\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u001b[1m\u001b[0;1;47m\u2591\u2591\u2591\u001b[0m\u2588\u001b[1m\u001b[0;1;47m\u2591\u001b[0m\u2588\u001b[1m\u001b[0;1;47m\u2591\u001b[0m\u2588\u001b[1m\u001b[0;1;47m\u001b[0;1;30;47m\u2591\u2591\u001b[0m\u2588\u2588\u2591\u2592\u2593\u2593\u2588\u2588\u2588\u2588\u2580\u001b[1m\u001b[0;1;30m\u2580\r\u001b[0m\n\u001b[1;30m\u001b[24;1H\u001b[0m \u2580\u2588\u001b[0;47m\u001b[33m\u2592\u2592\u2592\u2592\u2592\u2592\u2592\u2593\u2593\u2593\u2592\u2592\u2592\u2592\u2592\u2592\u2592\u001b[0;33m\u001b[0m\u2588\u2588\u001b[0;47m\u001b[33m\u2592\u001b[0;33m\u001b[0m\u2588\u001b[0;47m\u001b[33m\u2592\u2592\u2592\u2592\u2592\u2592\u2592\u001b[0;33m\u001b[0m\u2588\u2588\u2580\u2584\u2584\u2588\u001b[0;47m\u001b[33m\u2588\u2588\u2593\u2593\u001b[0;33m\u001b[0m\u2588\u001b[0;47m\u001b[33m\u2591\u001b[0;33m\u001b[0m\u2588\u001b[0;47m\u001b[33m\u2591\u001b[0;33m\u001b[0m\u2588\u2588\u001b[0;47m\u001b[33m\u2591\u001b[0;33m\u001b[0m\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u001b[1m\u001b[0;1;47m\u2591\u2592\u2592\u2591\u2591\u2591\u001b[0m\u2588\u001b[1m\u001b[0;1;47m\u2591\u001b[0m\u2588\u001b[1m\u001b[0;1;47m\u001b[0;1;30;47m\u2591\u2593\u2588\u2584\u2584\u001b[0m\u2588\u2588\u2584\u2580\u2580\u001b[1m\u001b[0;1;30m\u2580\u2580\u2580\r\u001b[0m\n\u001b[1;30m\u001b[24;1H\u001b[0m  \u001b[0;47m\u2588\u2588\u001b[33m\u2592\u2592\u001b[0;47m\u2588\u001b[33m\u2591\u001b[0;47m\u2588\u001b[33m\u2591\u2593\u2593\u2588\u2588\u2593\u2592\u2592\u2592\u2592\u2592\u2592\u2592\u2592\u2592\u001b[0;47m\u2588\u2588\u2588\u2588\u001b[33m\u2592\u2592\u2592\u001b[0;47m\u2588\u2588\u001b[30m\u2588\u001b[0;30m\u001b[0m\u2580\u2580\u001b[1m\u001b[0;1;47m\u001b[0;1;30;47m\u2591\u001b[0m\u001b[0;47m\u2588\u001b[1m\u001b[0;1;30;47m\u2591\u2591\u001b[0m\u001b[0;47m\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u001b[1m\u2591\u2591\u001b[0m\u001b[0;47m\u2588\u2588\u2588\u2588\u2588\u2588\u001b[1m\u001b[0;1;30;47m\u2591\u2592\u2592\u2593\u2580\u2580\u2584\u001b[0m\u001b[0;47m\u2588\u2588\u2588\u2588\u001b[0m\u2584\u2584\r\n\u001b[24;1H \u2588\u001b[0;47m\u2588     \u001b[33m\u2592\u2592\u2591\u2591\u2591\u2591\u001b[0;47m \u001b[33m\u2591\u001b[0;47m \u001b[33m\u2591\u001b[0;47m \u001b[33m\u2591\u001b[0;47m \u001b[33m\u2591\u001b[0;47m \u001b[33m\u2591\u001b[0;47m        \u001b[30m\u2593\u2592\u001b[0;47m \u001b[0m\u2580\u2584\u001b[1m\u001b[0;1;47m\u001b[0;1;30;47m\u2593\u2592\u2592\u2591\u2591\u2591\u001b[0m\u001b[0;47m \u001b[1m\u001b[0;1;30;47m\u2591\u001b[0m\u001b[0;47m \u001b[1m\u001b[0;1;30;47m\u2591\u001b[0m\u001b[0;47m                    \u001b[1m\u001b[0;1;30;47m\u2591\u2591\u001b[0m\u001b[0;47m  \u001b[33m\u2591\u2591\u2592\u2592\u2593\u001b[0;47m \u001b[0m\r\n\u001b[24;1H  \u001b[0;47m\u2588   \u001b[0m\u2580\u001b[0;47m      \u001b[31mRaider's Inc BBS\u001b[0;47m  \u001b[30m\u2580\u001b[0;47m  \u001b[0m\u2584\u001b[1m\u001b[0;1;47m\u001b[0;1;30;47m\u2592\u2592\u2591\u2591\u001b[0m\u001b[0;47m              \u001b[32m\u2592\u2593\u2593\u2584\u2584\u2584\u001b[0;47m               \u001b[33m\u2593\u2593\u2593\u001b[0;47m \u001b[0m\r\n\u001b[24;1H \u2588\u2580\u001b[0;47m \u001b[0m\u2580\u2580\u2580 \u2580\u2580\u2580\u001b[0;47m \u001b[30m Sysop: cr1mson <phenom>\u001b[0;47m              \u001b[32m\u2580\u2580\u2588\u2588\u2580\u2580\u001b[0;47m               \u001b[33m\u2592\u2592\u2593\u2593\u001b[0;47m  \u001b[0m\u2580\r\n\u001b[24;1H\u001b[24;6H\u2584\u2584\u2584\u001b[0;47m     \u001b[30mtelnet: vintagebbsing.com \u001b[0;47m                              \u001b[33m\u2592\u2592\u2592\u2593\u2593\u2593\u2593\u2588\u2588\u001b[0;47m\u2588\u001b[0m\r\n\u001b[24;1H  \u2591\u2592\u001b[0;47m         \u001b[30mport: 1337\u001b[0;47m            \u001b[30m\u2584\u2584\u2584\u001b[0;47m          \u001b[31m\u2592\u2591\u2591\u001b[0;47m      \u001b[31m\u2584\u2593\u2592\u2591\u001b[0;47m        \u001b[33m\u2591\u001b[0;47m \u001b[33m\u2591\u001b[0;47m \u001b[33m\u2591\u001b[0;47m \u001b[33m\u2588\u2588\u2580\u001b[0;47m\u2588\u001b[0m\r\n\u001b[24;1H  \u2592\u2593\u001b[0;47m     \u001b[33m\u2591\u2591\u2591\u2591\u2591\u001b[0;47m  \u001b[33m\u2591\u001b[0;47m            \u001b[30m\u2592\u2584\u2588\u2592\u001b[0;47m  \u001b[30m\u2580\u2580\u001b[0;47m \u001b[30m\u2592\u2580\u2588\u2584\u001b[0;47m     \u001b[31m\u2584\u2588\u2593\u2592\u2592\u001b[0;47m   \u001b[31m\u2584\u2584\u2588\u2588\u2588\u001b[0;47m        \u001b[33m\u2591\u2591\u2591\u001b[0;47m \u001b[33m\u2591\u001b[0;47m     \u001b[1m\u001b[0;1m\u001b[0;1;30m\u2580\r\u001b[0m\n\u001b[1;30m\u001b[24;1H\u001b[0m  \u2593\u001b[0;47m      \u001b[33m\u2584\u2584\u2588\u2588\u2593\u2593\u2591\u2591\u001b[0;47m            \u001b[30m\u2580\u2580\u001b[0;47m       \u001b[30m\u2591\u2592\u001b[0;47m  \u001b[30m\u2584\u2584\u001b[0;47m  \u001b[31m\u2580\u2580\u2588\u2588\u2588\u2584\u001b[0;47m \u001b[31m\u2584\u2588\u2588\u2580\u2580\u001b[0;47m               \u001b[30m\u2580\u2580\u001b[0m\r\n\u001b[24;1H  \u2593\u001b[0;47m \u001b[33m\u2591\u2591\u2593\u2593\u2588\u2588\u2588\u2584\u001b[0;47m                \u001b[30m\u2588\u2584\u001b[0;47m             \u001b[30m\u2580\u2580\u001b[0;47m     \u001b[31m\u2584\u2580\u2588\u2580\u2580\u001b[0;47m                 \u001b[33m\u2592\u2592\u001b[0;47m   \u001b[0m\u2584\u2580\r\n\u001b[24;1H \u2588\u001b[0;47m\u2588  \u001b[30m\u2584\u2584\u001b[0;47m   \u001b[33m\u2592\u2593\u2593\u2592\u2592\u001b[0;47m              \u001b[30m\u2588\u2580\u001b[0;47m              \u001b[31m\u2584\u2584\u2584\u2588\u2588\u2588\u2588\u2580\u2580\u2588\u2588\u2584\u2584\u001b[0;47m         \u001b[33m\u2591\u001b[0;47m \u001b[33m\u2591\u001b[0;47m \u001b[33m\u2591\u2591\u2591\u2593\u2593\u2593\u001b[0;47m \u001b[0m\u2588\r\n\u001b[24;1H \u2580\u2580\u001b[0;47m  \u001b[30m\u2580\u2588\u2588\u2580\u001b[0;47m   \u001b[33m\u2592\u2592\u2591\u2591\u2591\u2591\u001b[0;47m    \u001b[32m\u2592\u001b[0;1;32;47m\u001b[0;1;47m\u2591\u2591\u2591\u001b[0m\u001b[0;47m                 \u001b[31m\u2591\u2591\u2591\u2592\u2592\u2588\u2588\u2592\u2592\u001b[0;47m  \u001b[31m\u2580\u2580\u2588\u2588\u2588\u2588\u2593\u2592\u2591\u001b[0;47m    \u001b[33m\u2592\u2592\u2592\u2592\u2593\u2593\u2588\u2588\u2580\u001b[0;47m \u001b[0m\u2580\r\n\u001b[24;1H  \u2580\u2580\u001b[0;47m                \u001b[32m\u2584\u2584\u2593\u001b[0;1;32;47m\u001b[0;1;47m\u2591\u001b[0m\u001b[0;47m \u001b[1m\u2591\u2591\u2592\u2592\u001b[0m\u001b[0;47m  \u001b[30m\u2584\u2588\u2584\u001b[0;47m             \u001b[31m\u2593\u2591\u2591\u2591\u001b[0;47m     \u001b[31m\u2592\u2591\u2591\u2591\u2591\u001b[0;47m      \u001b[33m\u2591\u2591\u2592\u2592\u2592\u2591\u2591\u001b[0;47m  \u001b[0m\u2580\u2580\r\n\u001b[24;1H  \u2591\u2591\u2584\u2584\u001b[0;47m     \u001b[30m\u2588\u2588\u2584\u2592\u2591\u001b[0;47m  \u001b[32m\u2588\u2588\u2588\u2588\u2588\u2580\u2584\u2584\u2584\u2580\u2584\u001b[0;1;32;47m\u001b[0;1;47m\u2591\u001b[0m\u001b[0;47m  \u001b[30m\u2580\u2593\u2580\u001b[0;47m                                  \u001b[33m\u2591\u2591\u2591\u001b[0;47m      \u001b[0m\r\n\u001b[24;1H  \u2592\u2592\u001b[0;47m        \u001b[30m\u2580\u2580\u2593\u001b[0;47m   \u001b[30m\u2592\u001b[0;32;47m\u2580\u2588\u2588\u2593\u2593\u2584\u2584\u001b[0;47m  \u001b[1m\u2591\u2591\u2591\u001b[0m\u001b[0;47m     \u001b[30m\u2584\u001b[0;47m    \u001b[30mHome of LegionRPG\u001b[0;47m                   \u001b[0m\u2588\u2580\r\n\u001b[24;1H  \u2593\u2593\u001b[0;47m             \u001b[30m\u2591\u2588\u2588\u2584\u001b[0;47m \u001b[33m\u2591\u2591\u2592\u2592\u001b[0;47m    \u001b[1m\u2591\u001b[0m\u001b[0;47m \u001b[1m\u2591\u001b[0m\u001b[0;47m  \u001b[30m\u2580\u2588\u2593\u2591\u001b[0;47m  \u001b[30mPhenom Member Board\u001b[0;47m \u001b[0m\u2580\u2580\u2580\u001b[0;47m           \u001b[0m\u2580\u2580\r\n\u001b[24;1H  \u2588\u2588\u2588\u2588\u001b[0;47m\u001b[33m\u2591\u2591\u2591\u2591\u2591\u001b[0;33m\u001b[0m\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u001b[0;47m\u001b[30m\u2580\u2580\u001b[0;30m\u001b[0m\u2588\u2588\u2588\u001b[0;47m\u001b[33m\u2580\u2580\u2591\u2591\u001b[0;33m\u001b[0m\u2588\u2588\u001b[1m\u001b[0;1;47m\u2591\u001b[0m\u2588\u001b[1m\u001b[0;1;47m\u2591\u001b[0m\u2588\u2588\u2588\u001b[0;47m\u001b[30m\u2580\u001b[0;30m\u001b[0m\u2588\u2588\u2588\u001b[0;47m\u001b[30mArakNet Member Board\u001b[0;30m\u001b[0m \u2591 \u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2584\u2584\r\n\u001b[24;1H  \u2580 \u2580\u2580\u2588\u001b[0;47m\u001b[33m\u2592\u2592\u2592\u2591\u2591\u001b[0;33m\u001b[0m\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u001b[0;47m\u001b[33m\u2591\u001b[0;33m\u001b[0m\u2588\u001b[0;47m\u001b[33m\u2591\u001b[0;33m\u001b[0m\u2588\u001b[0;47m\u001b[30m\u2593\u2588\u2584\u2584\u001b[0;30m\u001b[0m\u2588\u2588\u001b[0;47m\u001b[33m\u2591\u2591\u001b[0;33m\u001b[0m\u2588\u001b[0;47m\u001b[33m\u2591\u001b[0;33m\u001b[0m\u2588\u001b[1m\u001b[0;1;47m\u2591\u001b[0m\u2588\u2588\u2588\u2588\u001b[0;47m\u001b[30m\u2584\u001b[0;30m\u001b[0m\u2588\u001b[0;47m\u001b[30mWhisperNet WHQ\u001b[0;30m\u001b[0m\u2588\u2588\u2588\u2588\u2588\u2588 \u2592 \u2588\u001b[0;47m\u001b[30m\u2584\u2580\u001b[0;30m\u001b[0m\u2588\u001b[0;47m\u001b[33m\u2591\u001b[0;33m\u001b[0m\u2588\u001b[0;47m\u001b[33m\u2591\u001b[0;33m\u001b[0m\u2588\u2588\u2588\u2588\u2588\u2588\u2584\r\n\u001b[24;1H   \u2584\u2584\u2588\u001b[0;47m\u001b[33m\u2593\u2593\u001b[0;33m\u001b[0m\u2588\u2588\u2588\u2580\u2580\u2580\u2588\u2588\u2588\u001b[0;47m\u001b[33m\u2591\u2591\u2591\u2591\u001b[0;33m\u001b[0m\u2588\u2588\u2588\u2588\u001b[0;47m\u001b[30m\u2580\u2580\u001b[0;30m\u001b[0m\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u001b[0;47m\u001b[30m\u2588\u2588\u2580\u001b[0;30m\u001b[0m\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u001b[1m\u001b[0;1;47m\u2591\u2591\u2591\u001b[0m\u2588\u2588\u001b[1m\u001b[0;1;47m\u2591\u001b[0m\u2588\u001b[1m\u001b[0;1;47m\u2591\u001b[0m\u2588 \u2593 \u2588\u001b[0;47m\u001b[30m\u2588\u001b[0;30m\u001b[0m\u2588\u001b[0;47m\u001b[33m\u2591\u001b[0;33m\u001b[0m\u2588\u001b[0;47m\u001b[30m\u2584\u001b[0;33;47m\u2591\u2591\u2591\u2592\u2592\u001b[0;33m\u001b[0m\u2588\u2588\u2588\u2588\r\n\u001b[24;1H  \u2588\u2588\u001b[0;47m\u001b[33m\u2588\u2588\u2593\u001b[0;33m\u001b[0m\u2588\u2592\u2588\u2588 \u2591 \u2588\u001b[0;47m\u001b[33m\u2592\u2592\u2591\u2591\u2591\u001b[0;33m\u001b[0m\u2588\u2588\u2588\u2588\u2588\u001b[1m\u001b[0;1;47m\u001b[0;1;30;47m\u2591\u001b[0m\u2588\u001b[1m\u001b[0;1;47m\u001b[0;1;30;47m\u2591\u001b[0m\u2588\u2588\u001b[0;47m\u001b[30m\u2580\u2588\u2588\u2584\u001b[0;30m\u001b[0m\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u001b[1m\u001b[0;1;47m\u2591\u001b[0m\u2588\u001b[1m\u001b[0;1;47m\u2591\u2591\u2591\u2591\u001b[0m\u2588\u001b[1m\u001b[0;1;47m\u2591\u2593\u2593\u001b[0m \u2588 \u2588\u2588\u001b[0;47m\u001b[30m\u2580\u2584\u2580\u001b[0;30m\u001b[0m\u2588\u001b[0;47m\u001b[33m\u2591\u2591\u2592\u2592\u2593\u2588\u2588\u001b[0;33m\u001b[0m\u2588\u2588\r\n\u001b[24;1H  \u2588\u001b[0;47m\u001b[33m\u2588\u2588\u2588\u001b[0;33m\u001b[0m\u2588\u2580\u2588\u2588\u2588 \u2592 \u2588\u001b[0;47m\u001b[33m\u2593\u2593\u2593\u2592\u2592\u001b[0;33m\u001b[0m\u2588\u2588\u2588\u001b[1m\u001b[0;1;47m\u001b[0;1;30;47m\u2591\u2591\u001b[0m\u2588\u001b[1m\u001b[0;1;47m\u001b[0;1;30;47m\u2591\u001b[0m\u2588\u2588\u2593\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2593\u2588\u2588\u001b[1m\u001b[0;1;47m\u2591\u001b[0m\u2588\u001b[1m\u001b[0;1;47m\u2591\u001b[0m\u2588\u2580\u2580\u2580\u2588\u2588 \u001b[1m\u2588\u001b[0m \u2588\u2588\u001b[0;47m\u001b[33m\u2591\u001b[0;30;47m\u2588\u001b[0;33;47m\u2591\u2592\u2592\u2592\u2592\u2593\u2593\u2588\u2588\u001b[0;33m\u001b[0m\u2588\u2593\r\n\u001b[24;1H  \u2580\u2588\u2588\u2588 \u2588\u2588\u2588\u2588 \u2593 \u2588\u001b[0;47m\u001b[33m\u2588\u2588\u2593\u2592\u001b[0;33m\u001b[0m\u2588\u001b[0;47m\u001b[33m\u2592\u001b[0;1;33;47m\u001b[0;1;30;47m\u2592\u2592\u2591\u2591\u2591\u001b[0m\u2588\u2588\u2588\u2592\u2593\u2588\u2588\u2588\u2588\u2588\u2580\u2580\u2580\u2592\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2592\u2588\u2588\u2588\u2588\u2588\u2588 \u001b[1m\u2593\u001b[0m \u2580\u2580 \u001b[1m\u2588\u001b[0m \u2580\u2580\u001b[0;47m\u001b[30m\u2593\u001b[0;30m\u001b[0m\u2588\u001b[0;47m\u001b[33m\u2591\u001b[0;33m\u001b[0m\u2588\u001b[0;47m\u001b[33m\u2592\u2592\u2593\u2593\u2588\u2588\u2588\u2588\u001b[0;33m\u001b[0m\u2588\r\n\u001b[24;1H  \u2588\u2588\u2588\u2580 \u2580\u2588\u2588\u2588 \u2588 \u2588\u001b[0;47m\u001b[33m\u2588\u001b[0;33m\u001b[0m\u2588\u2580\u2580\u2580\u001b[1m\u001b[0;1;47m\u001b[0;1;30;47m\u2588\u2593\u2593\u2591\u001b[0m\u2588\u2588\u2593\u2580\u2580\u001b[24;35H\u2591\u2580\u2588\u2584\u2584\u2584\u2588\u2580\u2580\u2580    \u2580\u2591\u2580\u2580\u2580\u2580\u2580\u2588\u2584  \u001b[1m\u2593\u2584\u001b[0m \u001b[1m\u2588\u001b[0m \u001b[1m\u2584\u2580\u001b[0m \u2588\u2588\u2588\u2588\u001b[0;47m\u001b[33m\u2593\u2593\u2588\u2588\u2588\u2588\u2588\u001b[0;33m\u001b[0m\u2588\r\n\u001b[24;1H  \u2588\u2593\u2580\u2580   \u2592\u2588 \u001b[1m\u2588\u001b[0m \u2588\u2580\u2580 \u001b[1m\u2591\u001b[0m \u2588\u2580\u2580\u2580\u2580\u2580\u2580\u2580\u2580\u2580\u2580\u2584\u2584\u2580\u2580\u001b[24;40H\u2591\u2591\u2580\u2580    \u001b[33m\u2584\u2584\u2584\u2584\u001b[0m\u001b[24;17H\u001b[33m\u2584\u2584\u001b[0;1;33m\u001b[0;1m\u2588\u2588\u2588\u2584\u2584\u2584\u2584\u2584\u2584\u2584\u2584\u001b[0m \u2588\u001b[0;47m\u001b[33m\u2593\u2593\u2588\u2588\u001b[0;33m\u001b[0m\u2588\r\n\u001b[24;1H  \u2588\u2588    \u001b[1m\u2580\u2584\u001b[0m\u2591 \u001b[1m\u2588\u001b[0m \u2580 \u001b[1m\u2593\u001b[0m\u001b[24;23H\u001b[1m\u001b[0;1;43m\u001b[0;1;33;43m \u2591\u2592\u2593\u001b[0;1;33m\u2588\u2588\u2588\u001b[0;1;33;43m\u2580\u001b[0;1;33m\u2584 \u001b[0m\u001b[33m\u2584\u001b[0;1;33m\u2584\u2588\u2588\u2588\u2588\u2584\u001b[0m \u001b[33m\u2584\u001b[0;1;33m\u2584\u2584\u2588\u2588\u001b[0m\u001b[33m\u2584\u001b[0m \u001b[1m\u001b[0;1;33m\u2584\u2584\u001b[0;1m\u2588\u2588\u001b[0;1;33m\u2588\u2588\u2588\u2593\u2584\u001b[0m \u001b[1m\u001b[0;1;33m\u2580\u001b[0;1m\u2588\u2588\u001b[0;1;33m\u2588\u2588\u2588\u001b[0;1m\u2588\u2580\u001b[0m\u001b[24;33H\u2584\u2588\u2588\u2588\u2588\u2588\u2593\r\n\u001b[24;1H  \u2588\u2580\u001b[24;11H\u001b[1m\u2580\u2584\u2588\u001b[0m \u001b[1m\u2588\u2593\u001b[0m  \u001b[1m\u001b[0;1;33m\u2584\u2584\u001b[0;1;33;43m\u2584\u2584\u001b[0;1;33m\u2584\u2580\u001b[0;1;33;43m\u2591\u2592\u001b[0;1;33m\u2580\u2580\u2580\u001b[0m  \u001b[33m\u2580\u2580\u001b[0;1;33m\u2580\u2580\u001b[0m \u001b[1m\u001b[0;1;33m\u2584\u001b[0;1m\u2588\u001b[0;1;43m\u001b[0;1;33;43m\u2588\u2588\u2588\u2588\u2580\u001b[0;1;33m\u2588\u2588\u2580\u001b[0m \u001b[33m\u2580\u001b[0;1;33m\u2580\u2580\u2580\u2580\u2580\u2580\u2580\u2580\u2580\u001b[0m\u001b[33m\u2584\u2584\u001b[0;1;33m\u2580\u2580\u2580\u2588\u2588\u001b[0;1m\u2588\u001b[0;1;33m\u2580\u001b[0m\u001b[33m\u2580\u2584\u2584\u001b[0m   \u2580\u2580\u2580  \u2580\u2592\r\n\u001b[24;1H  \u2588\u001b[24;11H\u001b[1m\u001b[0;1;33m\u2584\u001b[0;1m\u2588\u2588\u2588\u001b[0;1;33m\u2584\u2584\u2584\u001b[0;1;33;43m\u2584\u001b[0;1;33m\u001b[0;1m\u2588\u2588\u001b[0;1;33m\u2588\u2588\u2580\u001b[0m \u001b[1m\u001b[0;1;33m\u2588\u2584\u2584\u2588\u001b[0;1;33;43m\u2593\u2592\u2591 \u001b[0;1;33m\u2584\u2584\u2584\u001b[0m \u001b[33m\u2580\u001b[0;1;33m\u2588\u2588\u001b[0;1;33;43m\u2593\u2593\u2593\u001b[0;1;33m\u2580\u001b[0m\u001b[33m\u2580\u001b[0;1;33m\u2584\u2584\u2584\u001b[0;1;33;43m\u2591\u2592\u2593\u001b[0;1;33m\u001b[0;1m\u2588\u2588\u001b[0;1;33m\u2584\u2584\u2584\u001b[0m\u001b[33m\u2580\u001b[0;1;33m\u2580\u2588\u2588\u2588\u2588\u2588\u2584\u2584\u2584\u001b[0m  \u001b[1m\u001b[0;1;33m\u2584\u2584\u001b[0m\u001b[24;39H\u2591\r\n\u001b[24;1H   \u001b[1m\u001b[0;1;33m\u2584\u001b[0m\u001b[33m\u2584\u001b[0m \u001b[33m\u2584\u001b[0;1;33m\u2584\u2588\u2588\u001b[0;1;33;43m\u2580\u2580\u001b[0;1;33m\u2588\u2588\u2584\u2584\u2584\u001b[0m \u001b[1m\u001b[0;1;33m\u2580\u2580\u001b[0m  \u001b[1m\u001b[0;1;33m\u2584\u2584\u2584\u2584\u001b[0m \u001b[1m\u001b[0;1;33m\u2580\u2580\u2580\u2588\u2588\u001b[0;1;33;43m\u2584\u2584\u001b[0;1;33m\u2580\u2580\u001b[0m \u001b[1m\u001b[0;1;33m\u2584\u001b[0m\u001b[33m\u2580\u001b[0;1;33m\u2580\u001b[0m\u001b[33m\u2580\u001b[0;1;33m\u2584\u001b[0m \u001b[1m\u001b[0;1;33m\u2580\u2580\u2580\u2588\u2588\u2588\u2580\u2580\u2580\u001b[0m \u001b[1m\u001b[0;1;33m\u2584\u2584\u2584\u2584\u001b[0m  \u001b[1m\u001b[0;1;33m\u2580\u2580\u001b[0m \u001b[1m\u001b[0;1;33m\u2584\u2584\u2584\u2588\u2588\u001b[0;1;33;43m\u2580\u2580\u001b[0;1;33m\u2588\u2588\u2584\u001b[0m\u001b[33m\u2584\u001b[0m \u001b[33m\u2584\u001b[0;1;33m\u2584\r\u001b[0m\n\u001b[1;33m\u001b[24;1H\u001b[0m  \u001b[1m\u001b[0;1;33m\u2580\u001b[0m\u001b[33m\u2580\u2580\u001b[0m \u001b[33m\u2580\u001b[0;1;33m\u001b[0;1;33;43m\u2580\u001b[0;1;33m\u2588\u001b[0;1;33;43m\u001b[0;1;43m\u2588\u001b[0;1;33;43m\u2584\u001b[0;1;33m\u2588\u001b[0;1;33;43m\u2584\u2580\u001b[0;1;33m\u2588\u2588\u2588\u2588\u2584\u001b[0m \u001b[33m\u2580\u2588\u001b[0;1;33m\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2584\u2584\u001b[0m \u001b[1m\u001b[0;1;33m\u2584\u2584\u2588\u2588\u2588\u2588\u2580\u001b[0m\u001b[33m\u2580\u001b[0;1;33m\u2580\u2588\u2588\u2588\u2588\u2584\u2584\u001b[0m \u001b[1m\u001b[0;1;33m\u2584\u2584\u2588\u2588\u2588\u001b[0;1m\u2588\u2588\u001b[0;1;33m\u2588\u2588\u2588\u2580\u001b[0m \u001b[1m\u001b[0;1;33m\u2584\u2588\u2588\u2588\u2588\u001b[0;1;33;43m\u2580\u2584\u001b[0;1;33m\u2588\u001b[0;1;33;43m\u2584\u001b[0;1;43m\u2588\u001b[0;1m\u001b[0;1;33m\u2588\u001b[0;1;33;43m\u2580\u001b[0m\u001b[33m\u2580\u001b[0m \u001b[33m\u2580\u2580\u001b[0;1;33m\u2580\r\u001b[0m\n\u001b[1;33m\u001b[24;1H\u001b[0m \u001b[1m\u001b[0;1;33m\u2584\u2588\u2588\u2588\u2584\u2584\u001b[0;1;30m \u2580\u2580\u001b[0;1;33m\u2580\u2588\u2588\u2588\u2588\u001b[0;1m\u2588\u001b[0;1;43m\u2588\u001b[0;1;33;43m\u2580\u2588\u001b[0;1;33m\u2588\u2584\u001b[0m \u001b[33m\u2580\u2580\u2580\u2580\u001b[0;1;33m\u2580\u2580\u001b[0m \u001b[1m\u001b[0;1;33m\u2584\u2584\u2584\u2580\u2580\u001b[0m\u001b[33m\u2580\u2580\u2580\u001b[0m\u001b[24;40H\u001b[33m\u2580\u2580\u2580\u001b[0;1;33m\u2580\u2580\u2584\u2584\u2584\u001b[0m \u001b[33m\u2580\u2580\u001b[0;1;33m\u2580\u2580\u2580\u001b[0m\u001b[33m\u2580\u001b[0m \u001b[1m\u001b[0;1;33m\u2584\u2588\u001b[0;1;33;43m\u2588\u2580\u001b[0;1;43m\u2588\u001b[0;1m\u001b[0;1;33m\u2588\u2588\u2588\u2588\u2588\u2580\u001b[0;1;30m\u2580\u2580 \u001b[0;1;33m\u2584\u2584\u001b[0;1m\u2588\u2588\u001b[0;1;33m\u2588\u2584\r\u001b[0m\n\u001b[1;33m\u001b[24;1H\u001b[0m  \u001b[33m\u2580\u2580\u001b[0;1;33m\u2580\u2580\u2580\u2588\u001b[0m\u001b[33m\u2588\u2584\u001b[0m  \u001b[1m\u001b[0;1;30m\u2580\u2580\u001b[0m\u001b[33m\u2580\u001b[0;1;33m\u001b[0;1;30m\u2580\u001b[0;1;30;43m\u001b[0;1;33;43m\u2580\u2580\u001b[0;1;33m\u2580\u2580\u001b[0m    \u001b[34m\u2584\u2588\u2584\u001b[0m\u001b[24;40H\u001b[33m\u2580\u2580\u001b[0m   \u001b[34m\u2584\u2588\u2584\u001b[0m    \u001b[1m\u001b[0;1;33m\u2580\u2580\u001b[0;1;33;43m\u2580\u2580\u001b[0;1;33m\u001b[0;1;30m\u2580\u001b[0m\u001b[33m\u2580\u001b[0;1;33m\u001b[0;1;30m\u2580\u2580\u001b[0m  \u001b[33m\u2584\u2588\u2588\u2580\u2580\u001b[0;1;33m\u2580\u001b[0m\u001b[33m\u2580\u2580\r\u001b[0m\n\u001b[33m\u001b[24;1H\u001b[0m    \u2584\u001b[1m\u001b[0;1;33m\u2584\u001b[0m \u001b[33m\u2584\u001b[0;1;33m\u001b[0;1;30m\u2584\u001b[0m\u001b[24;21H\u2584\u001b[1m\u001b[0;1;33m\u2584\u001b[0m \u001b[34m\u2584\u2588\u2584\u001b[0m  \u001b[34m\u2584\u2588\u001b[0m \u001b[1m\u001b[0;1;33m\u2580\u2580\u001b[0m\u2580   \u001b[1m\u001b[0;1;33m\u2584\u001b[0m   \u001b[34m\u2584\u2588\u2584\u001b[0m    \u001b[1m\u001b[0;1;33m\u2584\u001b[0m \u001b[1m\u001b[0;1;33m \u001b[0m\u001b[34m\u2580\u2580\u001b[0;34;44m\u001b[0;31;44m\u2580\u001b[0;31m\u001b[0;34m\u2580\u2580\u001b[0m \u001b[1m\u001b[0;1;33m\u2584\u001b[0m \u001b[33m\u2584\u001b[0;1;33m\u001b[0;1;30m\u2584 \u001b[0m    \u001b[1m\u001b[0;1;33m \u001b[0m  \u001b[1m\u001b[0;1;33m\u2584\u001b[0m    \u001b[1m\u001b[0;1;33m\u2580\u2584\u001b[0m\u2584\r\n\u001b[24;1H \u001b[1m\u001b[0;1;31m\u2580\u001b[0;1;33m\u2580\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u001b[0;1;33;43m\u2584\u2584\u001b[0;1;33m\u2584\u001b[0m\u001b[33m\u2584\u001b[0m \u001b[1m\u001b[0;1;33m\u2580\u2580\u2580\u2588\u2588\u2588\u2588\u2584\u2584\u001b[0m\u001b[34m\u2580 \u2584\u2588\u001b[0;1;34m\u001b[0;1;34;44m\u2591\u2593\u001b[0m \u001b[1m\u001b[0;1;33m\u2588\u2584\u001b[0m \u001b[1m\u001b[0;1;43m\u001b[0;1;33;43m\u2580\u001b[0;1;33m\u2588\u2588\u2588\u2588\u2588\u001b[0;1;33;43m\u2584\u001b[0;1;33m\u2584\u001b[0m \u001b[1m\u001b[0;1;33m\u2580\u2580\u2580\u2588\u2588\u2588\u001b[0;1;33;43m\u2580\u2580\u2580\u001b[0;1;33m\u2580\u2588\u001b[0;1;31m\u2580\u001b[0;1;33m\u2588\u001b[0;1m\u2588\u001b[0;1;33m\u2588\u2588\u2588\u2588\u2588\u001b[0;1;33;43m\u2584\u2584\u001b[0;1;33m\u2584\u001b[0m  \u001b[1m\u001b[0;1;33m \u2588\u2588\u2588\u2580\u2580\u2580\u2588\u2580\u001b[0m\u2580\r\n\u001b[24;1H    \u001b[1m\u001b[0;1;33m\u2588\u2588\u001b[0m\u001b[33m\u2580\u001b[0;1;33m\u2580\u001b[0;1;33;43m\u2580\u2580\u2592\u2593\u2593\u001b[0;1;33m\u2588\u001b[0;1;33;43m\u2593\u001b[0m\u001b[33m\u2584\u001b[0m   \u001b[33m\u2580\u001b[0;1;33m\u2588\u2588\u001b[0m \u001b[1m\u001b[0;1;33m\u2580\u001b[0;1;33;43m\u2580\u001b[0;1;33m\u2588\u2584\u001b[0m \u001b[34m\u2580\u2592\u001b[0m \u001b[1m\u001b[0;1;33m\u2588\u2588\u258c \u001b[0m\u001b[33m\u2580\u001b[0;1;33m\u2588\u2588\u001b[0m \u001b[33m\u2580\u001b[0;1;33m\u2580\u001b[0;1;33;47m\u001b[0;1;47m\u2584\u001b[0;1;33;47m\u2580\u001b[0;1;33m\u2584  \u2588\u2588\u2588\u2584\u2584\u2584\u2584\u2584\u001b[0m\u2584 \u001b[1m\u2588\u001b[0;1;33m\u2588\u001b[0m\u001b[33m\u2580\u001b[0;1;33m\u2580\u001b[0;1;33;43m\u2580\u2580\u2592\u2593\u2593\u001b[0;1;33m\u2588\u001b[0;1;33;43m\u2593\u001b[0m\u001b[33m\u2584\u2580\u001b[0;1;33m\u2580\u2580\u001b[0;1;33;47m\u001b[0;1;47m\u2588\u2588\u001b[0;1m\u001b[0;1;33m\u2584\u001b[0m   \u001b[34m\u2584\u2588\r\u001b[0m\n\u001b[34m\u001b[24;1H\u001b[0m \u001b[1m\u001b[0;1;31m\u2584\u001b[0m\u001b[31m\u2584\u001b[0m \u001b[1m\u001b[0;1;33m\u2588\u001b[0;1;33;46m\u001b[0;1;46m\u2588\u001b[0;1m\u001b[0;1;31m \u001b[0m   \u2580\u001b[1m\u001b[0;1;33m\u2580\u001b[0;1;33;43m\u2593\u001b[0;1;33;47m\u001b[0;1;47m\u2588\u2588\u001b[0;1m\u001b[0;1;33m\u2588\u258c\u001b[0m   \u001b[1m\u001b[0;1;33m\u2588\u2588\u001b[0m   \u001b[1m\u001b[0;1;33m\u2588\u001b[0;1;33;47m\u001b[0;1;47m\u2588\u001b[0;1m\u001b[0;1;33m\u2588\u001b[0m \u001b[34m\u2591\u001b[0m \u001b[1m\u001b[0;1;33m\u2588\u2588\u258c  \u2588\u2588\u001b[0m   \u2580\u001b[1m\u2588\u001b[0;1;47m\u001b[0;1;33;47m \u001b[0;1;33m\u2588\u001b[0m \u001b[1m\u001b[0;1;33m\u2590\u2588\u2588\u001b[0m\u001b[33m\u2580\u2580\u2580\u001b[0m \u001b[1m\u001b[0;1;31m\u2584\u001b[0m\u001b[31m\u2584\u001b[0m \u001b[1m\u2588\u001b[0;1;33m\u2588\u001b[0m \u001b[1m\u001b[0;1;31m \u001b[0m  \u2580\u001b[1m\u001b[0;1;33m\u2580\u2588\u001b[0;1;33;47m\u001b[0;1;47m\u2588\u2588\u001b[0;1m\u001b[0;1;33m\u2588\u001b[0m\u001b[33m\u258c\u001b[0m   \u001b[33m\u2580\u001b[0;1;33m\u001b[0;1;33;47m\u2584\u2580\u001b[0;1;33m\u2584\u001b[0m\u001b[34m\u2580\u2588\u2588\r\u001b[0m\n\u001b[34m\u001b[24;1H\u001b[0;1;34m\u001b[0;1;31m\u2593\u001b[0m   \u001b[1m\u001b[0;1;33m\u2588\u001b[0;1;33;46m\u001b[0;1;46m\u2593\u001b[0m \u001b[34m\u2588\u2584\u001b[0m   \u2590\u001b[1m\u001b[0;1;43m\u001b[0;1;33;43m\u2593\u001b[0;1;33;46m\u001b[0;1;46m\u2588\u2588\u001b[0;1m\u001b[0;1;33m\u2588\u001b[0m\u001b[33m\u258c\u001b[0m  \u001b[1m\u001b[0;1;33m\u2588\u001b[0;1m\u2588\u001b[0m   \u2580\u001b[1m\u001b[0;1;33m\u2588\u001b[0;1;33;47m\u001b[0;1;47m\u2588\u001b[0;1m\u001b[0;1;33m\u2588\u001b[0m  \u001b[1m\u2588\u001b[0;1;33m\u2588\u258c\u001b[0m  \u001b[1m\u001b[0;1;33m\u2588\u001b[0;1m\u2588\u001b[0m \u001b[34m\u2580\u2584\u001b[0m \u2590\u001b[1m\u001b[0;1;47m\u001b[0;1;33;47m\u2591\u2593\u001b[0;1;33m\u258c\u001b[0m \u001b[1m\u001b[0;1;33m\u2588\u001b[0;1;33;47m\u001b[0;1;47m\u2588\u001b[0m \u001b[1m\u001b[0;1;33m \u001b[0m \u001b[1m\u001b[0;1;31m\u2593\u001b[0m   \u001b[1m\u2588\u001b[0;1;33m\u2588\u001b[0m \u001b[34m\u2591\u2591\u001b[0m   \u2590\u001b[1m\u001b[0;1;33m\u2588\u001b[0;1;33;46m\u001b[0;1;46m\u2588\u2588\u001b[0;1m\u001b[0;1;33m\u2588\u001b[0m\u2590   \u001b[33m\u2580\u001b[0;1;33m\u2580\u001b[0;1;33;47m\u2591\u2593\u001b[0;1;33m\u2584\u001b[0m\u001b[34m\u2580\r\u001b[0m\n\u001b[34m\u001b[24;1H\u001b[0;1;34m\u001b[0;1;34;41m\u001b[0;1;33;41m\u2591\u001b[0;1;33m\u001b[0;1;31m\u2584\u001b[0m  \u001b[1m\u001b[0;1;33m\u2588\u001b[0;1;33;46m\u001b[0;1;46m\u2588\u001b[0m \u001b[34m\u2580\u2580\u2580\u001b[0m  \u001b[1m\u001b[0;1;33m\u2584\u2588\u001b[0;1;33;46m\u001b[0;1;46m\u2593\u2588\u001b[0;1m\u001b[0;1;33m\u258c\u001b[0m   \u001b[1m\u001b[0;1;33m\u2588\u001b[0;1m\u2588\u001b[0m    \u001b[1m\u001b[0;1;46m\u2588\u001b[0;1;47m\u2588\u001b[0;1;46m\u2593\u001b[0m  \u001b[1m\u001b[0;1;46m\u2588\u001b[0;1;47m\u2588\u001b[0;1m\u001b[0;1;33m\u258c\u001b[0m  \u001b[1m\u001b[0;1;46m\u2593\u2588\u001b[0m \u001b[34m\u2584\u2580\u001b[0m \u001b[1m\u001b[0;1;33m \u001b[0;1m\u2588\u001b[0;1;46m\u2593\u001b[0;1m\u001b[0;1;33m\u2588 \u001b[0;1;33;47m\u001b[0;1;47m\u2588\u001b[0;1;46m\u2593\u001b[0;1m\u001b[0;1;33m  \u001b[0m \u001b[1m\u001b[0;1;41m\u001b[0;1;33;41m\u2591\u001b[0;1;33m\u001b[0;1;31m\u2584\u001b[0m  \u001b[1m\u001b[0;1;33m\u2580\u2588\u001b[0m\u001b[24;25H\u001b[1m\u001b[0;1;33m\u2584\u001b[0;1;33;46m\u001b[0;1;46m\u2588\u2588\u001b[0;1m\u001b[0;1;33m\u2588\u258c\u001b[0;1m\u2588\u001b[0m \u001b[1m\u001b[0;1;33m  \u001b[0m \u2584 \u001b[1m\u001b[0;1;46m\u2593\u001b[0;1;47m\u2588\u001b[0;1m\u001b[0;1;33m\u258c\r\u001b[0m\n\u001b[1;33m\u001b[24;1H\u001b[0m \u001b[1m\u001b[0;1;31m\u2580\u2580\u001b[0;1m\u2588\u001b[0;1;33m\u2588\u001b[0;1m\u2588\u001b[0;1;47m\u001b[0;1;33;47m\u2584\u2584\u2584\u2584\u2584\u001b[0;1;33m\u2588\u001b[0;1;33;47m\u001b[0;1;47m\u2588\u2588\u001b[0;1m\u001b[0;1;33m\u2580\u001b[0m\u001b[33m\u2580\u001b[0m \u001b[1m\u001b[0;1;33m\u2580\u2584\u2584\u2584\u001b[0;1m\u2588\u001b[0;1;47m\u001b[0;1;33;47m\u2584\u2584\u2584\u001b[0;1;33m\u2588\u001b[0;1;33;46m\u001b[0;1;46m\u2588\u001b[0;1;47m\u2588\u001b[0;1m\u001b[0;1;33m\u2588\u2588\u2580\u001b[0;1;33;46m\u001b[0;1;46m\u2588\u001b[0;1;47m\u2588\u001b[0;1m\u001b[0;1;33m\u258c\u001b[0m  \u001b[1m\u001b[0;1;33m\u2588\u001b[0;1;33;46m\u001b[0;1;46m\u2588\u001b[0m \u001b[34m\u2580\u2580\u2584\u001b[0;1;34m\u001b[0;1;33m \u001b[0;1m\u2588\u001b[0;1;46m\u2588\u001b[0;1m\u001b[0;1;33m\u2588\u001b[0m \u001b[1m\u001b[0;1;47m\u2588\u001b[0;1;46m\u2588\u001b[0m \u001b[1m\u001b[0;1;33m \u001b[0m\u001b[34m\u2584\u001b[0m \u001b[1m\u001b[0;1;31m\u2580\u2580\u001b[0;1m\u2588\u001b[0;1;33m\u2593\u2588\u001b[0;1;33;47m\u2584\u2584\u2584\u2584\u2584\u001b[0;1;47m\u2588\u2588\u2588\u001b[0;1;43m\u001b[0;1;33;43m\u2580\u001b[0;1;33m\u2580\u001b[0m \u001b[1m\u2588\u001b[0;1;47m\u001b[0;1;33;47m\u2584\u001b[0;1;33m\u2588\u001b[0;1;33;43m\u2580\u001b[0;1;33m\u2580\u001b[0m\u001b[33m\u2580\u001b[0;1;33m\u001b[0;1m\u2590\u001b[0;1;47m\u2588\u2588\u001b[0;1m\u001b[0;1;33m\u258c\r\u001b[0m\n\u001b[1;33m\u001b[24;1H\u001b[0;1;31m   \u001b[0;1;33m \u2588\u001b[0;1m\u2588\u001b[0m\u2580\u001b[1m\u001b[0;1;47m\u001b[0;1;33;47m\u2580\u001b[0;1;33m\u001b[0;1m\u2588\u2584\u001b[0m\u2584\u001b[33m\u2580\u2580\u001b[0m \u001b[34m\u2584\u2588\u2580\u001b[0;1;34m\u001b[0;1;31m \u001b[0m \u001b[33m\u2580\u001b[0;1;33m\u001b[0;1;33;47m\u001b[0;1;47m\u2588\u001b[0;1m\u001b[0;1;33m\u2584\u001b[0m \u001b[33m\u2580\u2580\u001b[0m \u001b[1m\u001b[0;1;47m\u2588\u2588\u001b[0;1m\u001b[0;1;33m\u2588\u001b[0m\u001b[33m\u2580\u001b[0m \u001b[1m\u2588\u001b[0;1;33m\u2588\u258c\u001b[0m  \u001b[1m\u001b[0;1;33m\u2588\u001b[0;1m\u2588\u001b[0m  \u001b[34m\u2588\u2580\u001b[0;1;34m\u001b[0;1;33m\u2590\u2588\u2588\u258c\u001b[0m \u001b[1m\u001b[0;1;33m\u2588\u001b[0;1;33;47m\u001b[0;1;47m\u2588\u001b[0m \u001b[1m\u001b[0;1;33m \u001b[0m\u001b[34m \u2580\u2580\u2584\u001b[0;33m\u2580\u001b[0;1;33m\u001b[0;1m\u2588\u001b[0;1;47m\u2588\u001b[0m\u2580\u001b[1m\u001b[0;1;47m\u2580\u001b[0;1m\u2588\u2584\u001b[0m \u001b[33m\u2580\u2580\u2580\u001b[0m   \u001b[1m\u2588\u001b[0;1;33m\u2588\u001b[0m\u001b[33m\u2580\u001b[0m   \u001b[1m\u2590\u2588\u001b[0;1;33m\u2588\u258c\r\u001b[0m\n\u001b[1;33m\u001b[24;1H\u001b[0;1;31m  \u001b[0m  \u001b[1m\u001b[0;1;33m\u2588\u001b[0;1m\u2588\u001b[0m \u001b[1m\u001b[0;1;30m\u2580\u001b[0m\u2580\u001b[1m\u001b[0;1;47m\u2580\u001b[0;1m\u2588\u001b[0;1;47m\u2584\u001b[0;1m\u001b[0;1;36m\u2584\u001b[0m\u001b[36m\u2584 \u2584\u001b[0;34m\u2580\u001b[0;1;34m\u001b[0;1;31m \u001b[0m \u001b[32m\u2584\u001b[0;1;32m\u001b[0;1;32;47m\u001b[0;1;47m\u2588\u001b[0;1m\u001b[0;1;33m\u2588\u001b[0m \u001b[34m\u2584\u2580\u001b[0m \u001b[1m\u001b[0;1;47m\u2588\u2588\u001b[0;1m\u001b[0;1;33m\u2588\u001b[0m \u001b[1m\u001b[0;1;33m\u2590\u2590\u2588\u258c\u001b[0m  \u001b[1m\u001b[0;1;33m\u2588\u2588\u001b[0m \u001b[34m\u2588\u001b[0;1;34m\u001b[0;1;30m \u2584\u001b[0;1;30;47m\u001b[0;1;47m\u2588\u001b[0;1m\u001b[0;1;33m\u2588\u001b[0;1;33;47m\u2580\u001b[0m \u001b[32m\u2590\u001b[0;1;32m\u001b[0;1;32;42m\u001b[0;1;33;42m\u2593\u2588\u001b[0m \u001b[34m\u2584\u2580\u2580\u2580\u001b[0m  \u001b[1m\u2588\u001b[0;1;47m\u2588\u001b[0m  \u001b[1m\u2580\u001b[0;1;32m\u2580\u2588\u2588\u2584\u001b[0m\u001b[36m\u2584  \u001b[0m \u001b[1m\u2588\u001b[0;1;33m\u2588\u001b[0m \u001b[34m\u2584\u2580\u001b[0m \u001b[1m\u2590\u2588\u001b[0;1;33m\u2588\u258c\r\u001b[0m\n\u001b[1;33m\u001b[24;1H\u001b[0m \u001b[1m\u001b[0;1;31m\u25a0\u001b[0m\u001b[31m\u2580\u001b[0m \u001b[1m\u001b[0;1;33m\u2590\u2588\u001b[0m   \u001b[1m\u001b[0;1;30m\u2580\u001b[0m\u2580\u001b[36m\u2580\u001b[0;1;36m\u001b[0;1;36;46m\u2580\u001b[0;1;36m\u2588\u001b[0;1;36;42m\u001b[0;1;32;42m\u2592\u2593\u001b[0;1;32m\u2588\u2580\u001b[0m\u001b[36m\u2580\u001b[0m \u001b[1m\u001b[0;1;33m\u2588\u2588  \u001b[0m\u001b[32m\u2584\u001b[0m \u001b[1m\u001b[0;1;47m\u2588\u001b[0;1m\u001b[0;1;33m\u2588\u2588\u2584\u2588\u2580\u001b[0;1m\u2588\u001b[0;1;33m\u258c\u001b[0m  \u001b[1m\u001b[0;1;33m\u2588\u2588\u001b[0;1;30m\u2584\u001b[0m\u2584\u001b[1m\u001b[0;1;47m\u2584\u2584\u001b[0;1m\u2588\u001b[0;1;47m\u2580\u001b[0;1m\u001b[0;1;30m\u2580\u001b[0m \u001b[32m\u2588\u001b[0;1;32m\u001b[0;1;32;42m\u001b[0;1;33;42m\u2591\u2593\u001b[0;1;33m \u001b[0m\u001b[34m\u2588\u2580\u001b[0m \u001b[1m\u001b[0;1;31m\u25a0\u001b[0m\u001b[31m\u2580\u001b[0m \u001b[1m\u001b[0;1;33m\u2590\u001b[0;1;33;47m\u001b[0;1;47m\u2588\u001b[0m \u001b[1m\u001b[0;1;33m\u2584\u2580\u001b[0m \u001b[32m\u2580\u001b[0;1;32m\u001b[0;1;32;46m\u2580\u001b[0;1;32m\u2588\u2584\u2580\u001b[0m\u001b[32m\u2580\u001b[0;1;32m\u001b[0;1;33m \u2588\u2588\u001b[0m \u001b[34m\u2580\u2580\u001b[0m \u001b[1m\u2590\u001b[0;1;33m\u2588\u2588\u258c\r\u001b[0m\n\u001b[1;33m\u001b[24;1H\u001b[0m \u001b[1m\u001b[0;1;31m\u258c\u001b[0m  \u001b[1m\u001b[0;1;33m\u2590\u2588\u001b[0m \u001b[1m\u001b[0;1;33m\u2584\u2580\u001b[0m \u001b[1m\u001b[0;1;31m  \u001b[0m \u001b[36m\u2580\u2580\u001b[0;1;36m\u001b[0;1;36;46m\u001b[0;1;32;46m\u2580\u001b[0;1;32;42m\u2593\u2593\u001b[0;1;32m\u2588\u2580\u001b[0;1;33m\u2584\u2588\u001b[0m \u001b[32m\u2593 \u001b[0m \u001b[1m\u001b[0;1;33m\u2588\u2580\u2580 \u2584\u2588\u001b[0;1m\u2588\u001b[0;1;33m \u001b[0m \u001b[1m\u001b[0;1;36m\u2584\u001b[0;1;33m\u2588\u001b[0;1m\u2588\u2580\u2584\u2588\u001b[0m\u2580 \u001b[32m\u2584\u001b[0;1;32m\u001b[0;1;33m  \u001b[0m\u001b[32m\u2588\u001b[0;1;32m\u001b[0;1;32;42m\u001b[0;1;33;42m\u2592\u2593\u001b[0;1;33m\u001b[0;1;32m\u2584\u2584\u001b[0m  \u001b[1m\u001b[0;1;31m\u258c\u001b[0m  \u001b[1m\u001b[0;1;33m\u2590\u2588\u2588\u2580\u001b[0m    \u001b[32m\u2580\u001b[0;1;32m\u001b[0;1;32;42m\u2580\u2580\u001b[0;1;32m\u2588\u001b[0;1;33m \u2588\u2588\u001b[0m \u001b[1m\u001b[0;1;33m\u2580\u2584\u2584\u2588\u2588\u2588\r\u001b[0m\n\u001b[1;33m\u001b[24;1H\u001b[0m\u2590\u001b[1m\u001b[0;1;31m\u2588\u001b[0m\u001b[31m\u2584\u001b[0;1;31m\u001b[0;1;33m  \u2588\u2588\u2580\u001b[0;1;31m \u001b[0m\u001b[34m\u2584\u2584\u2580\u001b[0;1;34m\u001b[0;1;31m   \u001b[0m \u001b[32m\u2580\u2580\u001b[0;1;32m\u001b[0;1;32;42m\u2580\u001b[0m \u001b[1m\u001b[0;1;33m\u2588\u2588\u001b[0m \u001b[1m\u001b[0;1;42m\u001b[0;1;32;42m\u2593\u2592\u001b[0m\u001b[32m\u258c\u001b[0;1;32m\u001b[0;1;33m\u258c\u001b[0;1;32m\u2584\u2584\u2584\u001b[0;1;33m\u2580\u2588\u001b[0;1m\u2588\u001b[0;1;36m\u2584\u2580\u2588\u2588\u001b[0;1m\u2588\u2580\u001b[0m\u2580  \u001b[1m\u001b[0;1;33m  \u001b[0m\u001b[32m\u2580\u2580\u2588\u2588\u001b[0;1;32m\u2580\u2580\u001b[0;1;32;42m\u2580\u001b[0;1;32m\u2588\u001b[0m\u2590\u001b[1m\u001b[0;1;31m\u2588\u001b[0m\u001b[31m\u2584\u001b[0;1;31m\u001b[0;1;33m \u001b[0m \u001b[1m\u001b[0;1;33m\u2588\u001b[0m  \u001b[34m\u2584\u2584\u2580\u2580\u2584\u2584\u001b[0m \u001b[32m\u2580\u001b[0;1;32m\u001b[0;1;33m \u2580\u2588\u2588\u2584\u2584\u2588\u2588\u2588\u2580\r\u001b[0m\n\u001b[1;33m\u001b[24;1H\u001b[0;1;30m\u2590\u001b[0;1;30;47m\u001b[0;1;31;47m\u2593\u001b[0;1;31m\u2588\u001b[0;1;31;41m\u001b[0;1;41m\u2584\u001b[0;1m\u001b[0;1;33m \u2590\u001b[0m   \u001b[34m\u2580\u001b[0;1;34m\u001b[0;1;34;44m\u001b[0;1;32;44m\u2580\u2584\u001b[0;1;36;44m\u2591\u001b[0m\u001b[34m\u2584\u001b[0;1;34m\u001b[0;1;31m \u001b[0m\u001b[34m\u2584\u001b[0;1;34m\u001b[0;1;31m  \u001b[0m\u001b[36m  \u001b[0;1;36m\u001b[0;1;33m\u2590\u2588\u001b[0m  \u001b[36m\u2580\u2580\u001b[0;1;36m\u001b[0;1;33m\u258c\u001b[0;1;32m\u2588\u001b[0;1;32;42m\u2593\u001b[0;1;33;42m\u2592\u2593\u001b[0;1;33;46m\u2593\u001b[0;1;33m\u001b[0;1;36m\u2580\u001b[0m \u001b[1m\u001b[0;1;36m\u2580\u2580\u001b[0m \u001b[1m\u2580\u001b[0m \u001b[34m\u2584\u2584\u2584\u2584\u001b[0m   \u001b[32m\u2588\u001b[0m   \u001b[1m\u001b[0;1;33m \u001b[0m\u001b[36m\u2580\u001b[0;1;36m\u001b[0;1;30m\u2590\u001b[0;1;30;47m\u001b[0;1;31;47m\u2593\u001b[0;1;31m\u2588\u001b[0;1;31;41m\u001b[0;1;41m\u2584\u001b[0m \u001b[1m\u001b[0;1;33m\u2590\u001b[0m  \u001b[34m\u2580\u001b[0m \u001b[34m\u2591\u2591\u001b[0m  \u001b[34m\u2580\u2580\u2584\u2584\u001b[0m  \u001b[1m\u001b[0;1;33m\u2580\u2588\u258c\u2580\u001b[0m  \u001b[34m\u2584\r\u001b[0m\n\u001b[34m\u001b[24;1H\u001b[0m \u2580\u001b[1m\u001b[0;1;47m\u001b[0;1;31;47m\u2591\u001b[0;1;31m\u001b[0;1m\u2584\u2588\u001b[0;1;33m\u2584\u001b[0m  \u2593\u001b[1m\u001b[0;1;31m  \u001b[0m\u001b[34m\u2580\u2580\u001b[0;1;34m\u001b[0;1;34;44m\u2580\u001b[0m\u001b[0;41m\u001b[34m\u2593\u2580\u001b[0;1;34;41m\u001b[0;1;31;41m\u2584\u001b[0m\u001b[0;41m\u001b[34m\u2580\u001b[0;34m\u2588\u2584\u001b[0m \u001b[1m\u001b[0;1;33m\u2588\u001b[0m \u001b[34m\u2584\u2584\u001b[0m \u001b[1m\u001b[0;1;33m\u258c\u001b[0m \u001b[1m\u001b[0;1;42m\u001b[0;1;32;42m\u2580\u2593\u001b[0m\u001b[32m\u2580\u001b[0;1;32m\u001b[0;1;36m\u258c\u001b[0;1;36;46m\u001b[0;1;32;46m\u2593\u001b[0;1;32m\u001b[0;1;36m\u2580\u001b[0m  \u001b[34m\u2580\u2588\u001b[0;1;34m\u001b[0;1;34;44m\u2591\u2591\u001b[0m\u001b[34m\u2580\u001b[0m  \u001b[34m\u2580\u001b[0m  \u001b[32m\u258c\u001b[0;1;32m\u001b[0;1;33m \u001b[0m    \u001b[1m\u001b[0;1;30m\u2580\u001b[0m\u2580\u001b[1m\u001b[0;1;47m\u001b[0;1;31;47m\u2591\u001b[0;1;31m\u001b[0;1m\u2584\u2588\u2584\u001b[0;1;33m  \u001b[0m\u2593\u001b[24;28H\u001b[34m\u2584\u001b[0;34;41m\u2580\u2593\u001b[0;34m\u2588\u001b[0m  \u001b[1m\u001b[0;1;33m\u2590\u258c\u001b[0m \u001b[34m\u2584\u2588\u2584\r\u001b[0m\n\u001b[34m\u001b[24;1H\u2588\u2584\u001b[0m \u2580\u001b[1m\u001b[0;1;47m\u2580\u001b[0;1m\u2588\u001b[0m\u2588\u2580\u2588 \u001b[35m \u001b[0;1;35m\u001b[0;1;31m \u001b[0m\u001b[34m\u2580\u001b[0;1;34m\u001b[0;1;31m \u001b[0m\u001b[34m\u2593\u2580\u001b[0;34;41m\u2584\u001b[0;34m\u2592\u2592 \u001b[0;1;34m\u001b[0;1;31m \u001b[0;1;33m\u2590\u001b[0;1;31m \u001b[0m \u001b[34m\u2580\u2584\u2584\u001b[0;1;34m\u001b[0;1;33m  \u001b[0m\u001b[32m\u2580\u001b[0;1;32m\u001b[0;1;33m \u001b[0;1;36m\u258c\u001b[0;1;33m  \u001b[0m\u001b[34m\u2584\u2584\u2580\u2593\u001b[0;1;34m\u001b[0;1;34;44m\u001b[0;1;32;44m\u2591\u001b[0;1;36;44m\u2580\u001b[0;1;36m\u001b[0;1;34m\u2580\u001b[0m\u001b[34m\u2593\u2593\u2592\u2591\u001b[0;1;34m\u001b[0;1;33m  \u001b[0m\u001b[34m\u2591\u001b[0;1;34m\u001b[0;1;33m  \u001b[0m\u001b[34m\u2591\u2584\u001b[0m  \u001b[1m\u001b[0;1;30m\u2580\u001b[0m\u2580\u001b[1m\u001b[0;1;47m\u2580\u001b[0;1m\u2588\u001b[0m\u2588\u2580\u2588  \u001b[34m\u2591\u001b[0m \u001b[34m\u2591\u001b[0;34;41m\u2588\u2584\u001b[0;1;34;41m\u001b[0;1;31;41m\u2580\u001b[0m\u001b[0;41m\u001b[34m\u2584\u001b[0;34;44m\u001b[0;36;44m\u2591\u001b[0;36m\u001b[0;34m\u2588\u001b[0m  \u001b[1m\u001b[0;1;33m\u258c\u001b[0m \u001b[34m\u2588\u2588\u2580\r\u001b[0m\n\u001b[34m\u001b[24;1H\u2580\u2588\u2588\u2584\u001b[0;1;34m\u001b[0;1;30m\u2580\u001b[0m\u2580\u001b[34m\u2584\u2584\u001b[0;1;34m\u001b[0;1;30m\u2580\u001b[0m\u001b[34m\u2584\u001b[0m  \u001b[34m\u2584\u2584\u2588\u2588\u2580\u2580 \u001b[0m \u001b[34m\u2584\u2584\u001b[0;34;44m\u001b[0;36;44m\u2591\u001b[0;36m\u001b[0;34m\u2588\u2584\u001b[0m   \u001b[1m\u001b[0;1;33m \u001b[0m\u001b[34m \u2584\u2584\u2584 \u001b[0;1;34m\u001b[0;1;33m    \u001b[0m\u001b[34m\u2580\u001b[0;1;34m\u001b[0;1;33m \u001b[0m\u001b[34m \u2584\u2593\u2584 \u001b[0;1;34m\u001b[0;1;33m \u001b[0m\u001b[34m\u2584\u001b[0;1;34m\u001b[0;1;33m  \u001b[0m\u001b[34m\u2584\u2588\u001b[0;1;34m\u001b[0;1;34;44m\u2584\u001b[0m\u001b[34m\u2588\u2584\u001b[0m \u001b[34m\u2580\u2588\u001b[0m\u2580\u001b[1m\u001b[0;1;30m\u2580\u001b[0m \u001b[1m\u001b[0;1;30m\u2580\u001b[0m\u001b[34m\u25a0 \u2580\u2588\u2588\u2588\u2580\u001b[0m \u001b[34m\u2584\u2588\u2584\r\u001b[0m\n\u001b[34m\u001b[24;1H\u001b[0m   \u001b[34m\u2580\u2580\u2580\u001b[0m   \u001b[34m\u2580\u2580\u2580\u001b[0m \u001b[34m\u2580\u2580\u2584\u001b[0m \u001b[34m \u001b[0m \u001b[34m\u2580\u2588\u001b[0;34;44m\u001b[0;36;44m\u2584\u001b[0;1;36;44m\u001b[0;1;36;46m\u001b[0;1;46m\u2584\u001b[0m\u001b[0;44m\u001b[36m\u2584\u001b[0;36m\u001b[0;34m\u2588\u2580\u001b[0m  \u001b[34m\u2580\u001b[0;1;34m\u001b[0;1;33m  \u001b[0m\u001b[34m\u2580\u001b[0m\u001b[24;40H\u001b[34m\u2580\u2588\u001b[0;1;34m\u001b[0;1;34;44m\u2580\u001b[0m\u001b[34m\u2588\u2580 \u001b[0;1;34m\u001b[0;1;33m  \u001b[0m\u001b[34m\u2580\u2588\u001b[0;1;34m\u001b[0;1;34;44m\u2591\u2592\u2580\u001b[0m\u001b[34m\u2588\u2580\u001b[0m   \u001b[34m\u2588\u2588\u001b[0m \u001b[34m \u001b[0m   \u001b[34m\u2580\u001b[0m    \u001b[34m\u2580\r\u001b[0m\n\u001b[34m\u001b[24;1H\u001b[0m\u001b[24;18H\u001b[34m\u2588\u2588\u001b[0m  \u001b[34m\u2580\u001b[0;34;44m\u001b[0;36;44m\u2580\u001b[0;36m\u001b[0;34m\u2580 \u001b[0m\u001b[24;40H\u001b[34m\u2580\u001b[0m\u001b[24;7H\u001b[34m \u2580\u2588\u2580\u001b[0m   \u001b[34m\u2580\r\u001b[0m\n\u001b[34m\u001b[24;1H\r\u001b[0m\n\u001b[34m\u001b[24;1H    \u001b[0;1;34m\u001b[0;1m--\u001b[0;1;47m>>\u001b[0m\u001b[0;47m\u001b[30m User Name:\u001b[0;30m\u001b[0;31m>> \u001b[0;1;31m\u001b[0;1m\u001b[0;1;34;44m                              \u001b[0;1;44m\u001b[24;23H",
      "dsr_replies": 1,
      "dsr_requests": 1,
      "encoding": "utf-8",
      "option_states": {
        "server_offered": {
          "AARDWOLF": false,
          "ATCP": false,
          "ECHO": true,
          "GMCP": false,
          "MCCP2": false,
          "MCCP3": false,
          "MSDP": false,
          "MSP": false,
          "MSSP": false,
          "MXP": false,
          "SGA": true,
          "ZMP": false
        },
        "server_requested": {
          "AARDWOLF": false,
          "ATCP": false,
          "BINARY": true,
          "GMCP": false,
          "MCCP2": false,
          "MCCP3": false,
          "MSDP": false,
          "MSP": false,
          "MSSP": false,
          "MXP": false,
          "SNDLOC": false,
          "TTYPE": true,
          "ZMP": false
        }
      },
      "scan_type": "quick",
      "timing": {
        "probe": 0.5036849975585938,
        "total": 22.676073789596558
      }
    }
  },
  "sessions": [
    {
      "connected": "2026-04-05T19:15:57.221153+00:00",
      "host": "syn-047-049-255-014.biz.spectrum.com",
      "ip": "47.49.255.14",
      "port": 1337
    },
    {
      "connected": "2026-04-07T06:06:36.493815+00:00",
      "host": "syn-047-049-255-014.biz.spectrum.com",
      "ip": "47.49.255.14",
      "port": 1337
    }
  ]
}

Connection Log

Debug-level log of the Telnet negotiation session, showing each IAC (Interpret As Command) exchange between client and server.

Generated by telnetlib3-fingerprint

telnetlib3-fingerprint --loglevel=debug syn-047-049-255-014.biz.spectrum.com 1337
Show Logfile
DEBUG client.py:1200 Fingerprint client: host=syn-047-049-255-014.biz.spectrum.com port=1337
INFO client_base.py:190 Connected to <Peer 47.49.255.14 1337>
DEBUG stream_writer.py:3384 pending_option[WILL + GMCP] = True
DEBUG stream_writer.py:1024 send IAC WILL GMCP
DEBUG stream_writer.py:3384 pending_option[WILL + MSDP] = True
DEBUG stream_writer.py:1024 send IAC WILL MSDP
DEBUG stream_writer.py:3384 pending_option[WILL + MXP] = True
DEBUG stream_writer.py:1024 send IAC WILL MXP
DEBUG stream_writer.py:3384 pending_option[WILL + MSP] = True
DEBUG stream_writer.py:1024 send IAC WILL MSP
DEBUG stream_writer.py:3384 pending_option[WILL + MCCP2_COMPRESS] = True
DEBUG stream_writer.py:1024 send IAC WILL MCCP2_COMPRESS
DEBUG stream_writer.py:3384 pending_option[WILL + MSSP] = True
DEBUG stream_writer.py:1024 send IAC WILL MSSP
DEBUG stream_writer.py:3384 pending_option[WILL + ATCP] = True
DEBUG stream_writer.py:1024 send IAC WILL ATCP
DEBUG stream_writer.py:3384 pending_option[WILL + AARDWOLF] = True
DEBUG stream_writer.py:1024 send IAC WILL AARDWOLF
DEBUG stream_writer.py:3384 pending_option[WILL + ZMP] = True
DEBUG stream_writer.py:1024 send IAC WILL ZMP
DEBUG stream_writer.py:3384 pending_option[WILL + MCCP3_COMPRESS] = True
DEBUG stream_writer.py:1024 send IAC WILL MCCP3_COMPRESS
DEBUG stream_writer.py:3384 pending_option[DO + GMCP] = True
DEBUG stream_writer.py:1024 send IAC DO GMCP
DEBUG stream_writer.py:3384 pending_option[DO + MSDP] = True
DEBUG stream_writer.py:1024 send IAC DO MSDP
DEBUG stream_writer.py:3384 pending_option[DO + MXP] = True
DEBUG stream_writer.py:1024 send IAC DO MXP
DEBUG stream_writer.py:3384 pending_option[DO + MSP] = True
DEBUG stream_writer.py:1024 send IAC DO MSP
DEBUG stream_writer.py:3384 pending_option[DO + MCCP2_COMPRESS] = True
DEBUG stream_writer.py:1024 send IAC DO MCCP2_COMPRESS
DEBUG stream_writer.py:3384 pending_option[DO + MSSP] = True
DEBUG stream_writer.py:1024 send IAC DO MSSP
DEBUG stream_writer.py:3384 pending_option[DO + ATCP] = True
DEBUG stream_writer.py:1024 send IAC DO ATCP
DEBUG stream_writer.py:3384 pending_option[DO + AARDWOLF] = True
DEBUG stream_writer.py:1024 send IAC DO AARDWOLF
DEBUG stream_writer.py:3384 pending_option[DO + ZMP] = True
DEBUG stream_writer.py:1024 send IAC DO ZMP
DEBUG stream_writer.py:3384 pending_option[DO + MCCP3_COMPRESS] = True
DEBUG stream_writer.py:1024 send IAC DO MCCP3_COMPRESS
DEBUG stream_writer.py:773 recv IAC DO SNDLOC
DEBUG stream_writer.py:1887 handle_do(SNDLOC)
DEBUG stream_writer.py:1995 DO SNDLOC not supported.
DEBUG stream_writer.py:3384 local_option[SNDLOC] = False
DEBUG stream_writer.py:1024 send IAC WONT SNDLOC
DEBUG stream_writer.py:773 recv IAC WILL ECHO
DEBUG stream_writer.py:789 WILL ECHO unsolicited
DEBUG stream_writer.py:2045 handle_will(ECHO)
DEBUG stream_writer.py:3384 pending_option[DO + ECHO] = True
DEBUG stream_writer.py:1024 send IAC DO ECHO
DEBUG stream_writer.py:3384 remote_option[ECHO] = True
DEBUG stream_writer.py:3384 pending_option[DO + ECHO] = False
DEBUG stream_writer.py:773 recv IAC WILL SGA
DEBUG stream_writer.py:789 WILL SGA unsolicited
DEBUG stream_writer.py:2045 handle_will(SGA)
DEBUG stream_writer.py:3384 pending_option[DO + SGA] = True
DEBUG stream_writer.py:1024 send IAC DO SGA
DEBUG stream_writer.py:3384 remote_option[SGA] = True
DEBUG stream_writer.py:3384 pending_option[DO + SGA] = False
DEBUG stream_writer.py:773 recv IAC DO BINARY
DEBUG stream_writer.py:1887 handle_do(BINARY)
DEBUG stream_writer.py:3384 pending_option[WILL + BINARY] = True
DEBUG stream_writer.py:1024 send IAC WILL BINARY
DEBUG stream_writer.py:3384 local_option[BINARY] = True
DEBUG stream_writer.py:3384 pending_option[WILL + BINARY] = False
DEBUG stream_writer.py:773 recv IAC DO TTYPE
DEBUG stream_writer.py:1887 handle_do(TTYPE)
DEBUG stream_writer.py:3384 pending_option[WILL + TTYPE] = True
DEBUG stream_writer.py:1024 send IAC WILL TTYPE
DEBUG stream_writer.py:3384 pending_option[SB + TTYPE] = True
DEBUG stream_writer.py:3384 local_option[TTYPE] = True
DEBUG stream_writer.py:3384 pending_option[WILL + TTYPE] = False
DEBUG stream_writer.py:773 recv IAC DONT GMCP
DEBUG stream_writer.py:2010 handle_dont(GMCP)
DEBUG stream_writer.py:3384 pending_option[WILL + GMCP] = False
DEBUG stream_writer.py:3384 local_option[GMCP] = False
DEBUG stream_writer.py:773 recv IAC DONT MSDP
DEBUG stream_writer.py:2010 handle_dont(MSDP)
DEBUG stream_writer.py:3384 pending_option[WILL + MSDP] = False
DEBUG stream_writer.py:3384 local_option[MSDP] = False
DEBUG stream_writer.py:773 recv IAC DONT MXP
DEBUG stream_writer.py:2010 handle_dont(MXP)
DEBUG stream_writer.py:3384 pending_option[WILL + MXP] = False
DEBUG stream_writer.py:3384 local_option[MXP] = False
DEBUG stream_writer.py:773 recv IAC DONT MSP
DEBUG stream_writer.py:2010 handle_dont(MSP)
DEBUG stream_writer.py:3384 pending_option[WILL + MSP] = False
DEBUG stream_writer.py:3384 local_option[MSP] = False
DEBUG stream_writer.py:773 recv IAC DONT MCCP2_COMPRESS
DEBUG stream_writer.py:2010 handle_dont(MCCP2_COMPRESS)
DEBUG stream_writer.py:3384 pending_option[WILL + MCCP2_COMPRESS] = False
DEBUG stream_writer.py:3384 local_option[MCCP2_COMPRESS] = False
DEBUG stream_writer.py:773 recv IAC DONT MSSP
DEBUG stream_writer.py:2010 handle_dont(MSSP)
DEBUG stream_writer.py:3384 pending_option[WILL + MSSP] = False
DEBUG stream_writer.py:3384 local_option[MSSP] = False
DEBUG stream_writer.py:773 recv IAC DONT ATCP
DEBUG stream_writer.py:2010 handle_dont(ATCP)
DEBUG stream_writer.py:3384 pending_option[WILL + ATCP] = False
DEBUG stream_writer.py:3384 local_option[ATCP] = False
DEBUG stream_writer.py:773 recv IAC DONT AARDWOLF
DEBUG stream_writer.py:2010 handle_dont(AARDWOLF)
DEBUG stream_writer.py:3384 pending_option[WILL + AARDWOLF] = False
DEBUG stream_writer.py:3384 local_option[AARDWOLF] = False
DEBUG stream_writer.py:773 recv IAC DONT ZMP
DEBUG stream_writer.py:2010 handle_dont(ZMP)
DEBUG stream_writer.py:3384 pending_option[WILL + ZMP] = False
DEBUG stream_writer.py:3384 local_option[ZMP] = False
DEBUG stream_writer.py:773 recv IAC DONT MCCP3_COMPRESS
DEBUG stream_writer.py:2010 handle_dont(MCCP3_COMPRESS)
DEBUG stream_writer.py:3384 pending_option[WILL + MCCP3_COMPRESS] = False
DEBUG stream_writer.py:3384 local_option[MCCP3_COMPRESS] = False
DEBUG stream_writer.py:773 recv IAC WONT GMCP
DEBUG stream_writer.py:2199 handle_wont(GMCP)
DEBUG stream_writer.py:3384 remote_option[GMCP] = False
DEBUG stream_writer.py:3384 pending_option[DO + GMCP] = False
DEBUG stream_writer.py:773 recv IAC WONT MSDP
DEBUG stream_writer.py:2199 handle_wont(MSDP)
DEBUG stream_writer.py:3384 remote_option[MSDP] = False
DEBUG stream_writer.py:3384 pending_option[DO + MSDP] = False
DEBUG stream_writer.py:773 recv IAC WONT MXP
DEBUG stream_writer.py:2199 handle_wont(MXP)
DEBUG stream_writer.py:3384 remote_option[MXP] = False
DEBUG stream_writer.py:3384 pending_option[DO + MXP] = False
DEBUG stream_writer.py:773 recv IAC WONT MSP
DEBUG stream_writer.py:2199 handle_wont(MSP)
DEBUG stream_writer.py:3384 remote_option[MSP] = False
DEBUG stream_writer.py:3384 pending_option[DO + MSP] = False
DEBUG stream_writer.py:773 recv IAC WONT MCCP2_COMPRESS
DEBUG stream_writer.py:2199 handle_wont(MCCP2_COMPRESS)
DEBUG stream_writer.py:3384 remote_option[MCCP2_COMPRESS] = False
DEBUG stream_writer.py:3384 pending_option[DO + MCCP2_COMPRESS] = False
DEBUG stream_writer.py:773 recv IAC WONT MSSP
DEBUG stream_writer.py:2199 handle_wont(MSSP)
DEBUG stream_writer.py:3384 remote_option[MSSP] = False
DEBUG stream_writer.py:3384 pending_option[DO + MSSP] = False
DEBUG stream_writer.py:773 recv IAC WONT ATCP
DEBUG stream_writer.py:2199 handle_wont(ATCP)
DEBUG stream_writer.py:3384 remote_option[ATCP] = False
DEBUG stream_writer.py:3384 pending_option[DO + ATCP] = False
DEBUG stream_writer.py:773 recv IAC WONT AARDWOLF
DEBUG stream_writer.py:2199 handle_wont(AARDWOLF)
DEBUG stream_writer.py:3384 remote_option[AARDWOLF] = False
DEBUG stream_writer.py:3384 pending_option[DO + AARDWOLF] = False
DEBUG stream_writer.py:773 recv IAC WONT ZMP
DEBUG stream_writer.py:2199 handle_wont(ZMP)
DEBUG stream_writer.py:3384 remote_option[ZMP] = False
DEBUG stream_writer.py:3384 pending_option[DO + ZMP] = False
DEBUG stream_writer.py:773 recv IAC WONT MCCP3_COMPRESS
DEBUG stream_writer.py:2199 handle_wont(MCCP3_COMPRESS)
DEBUG stream_writer.py:3384 remote_option[MCCP3_COMPRESS] = False
DEBUG stream_writer.py:3384 pending_option[DO + MCCP3_COMPRESS] = False
DEBUG stream_writer.py:767 begin sub-negotiation SB TTYPE
DEBUG stream_writer.py:754 sub-negotiation cmd TTYPE SE completion byte
DEBUG stream_writer.py:3384 pending_option[SB + TTYPE] = False
DEBUG stream_writer.py:2404 recv TTYPE SEND: b''
DEBUG stream_writer.py:2416 send IAC SB TTYPE IS b'xterm-256color' IAC SE
DEBUG client_base.py:531 negotiation complete after 1.17s.
DEBUG client_base.py:307 DSR detected early in data_received, sending CPR
DEBUG server_fingerprinting.py:1245 inline UTF-8 menu response: b'1\r\n'
DEBUG stream_writer.py:3384 pending_option[DO + BINARY] = True
DEBUG stream_writer.py:1024 send IAC DO BINARY
DEBUG stream_writer.py:3384 pending_option[DO + STATUS] = True
DEBUG stream_writer.py:1024 send IAC DO STATUS
DEBUG stream_writer.py:3384 pending_option[DO + CHARSET] = True
DEBUG stream_writer.py:1024 send IAC DO CHARSET
DEBUG stream_writer.py:3384 pending_option[DO + EOR] = True
DEBUG stream_writer.py:1024 send IAC DO EOR
DEBUG stream_writer.py:3384 pending_option[DO + COM_PORT_OPTION] = True
DEBUG stream_writer.py:1024 send IAC DO COM_PORT_OPTION
DEBUG stream_writer.py:773 recv IAC WONT STATUS
DEBUG stream_writer.py:2199 handle_wont(STATUS)
DEBUG stream_writer.py:3384 remote_option[STATUS] = False
DEBUG stream_writer.py:3384 pending_option[DO + STATUS] = False
DEBUG fingerprinting.py:849 connection for server fingerprint aac0d9e4a94e81dc
INFO client_base.py:122 Connection closed to <Peer 47.49.255.14 1337>