#include "QQBot.h" using namespace NatsuLib; using namespace QQBot; Bot::Bot(): m_Socket(m_Service) { } Bot::~Bot() { }