Socket m_Socket, m_Connection; dword m_ipaddr; String sIP; m_Socket.Accept(m_Connection, &m_ipaddr, true, 100); sIP = FormatIP(m_ipaddr);
Report message to a moderator