IRC tunnel support

This commit is contained in:
orignal 2014-08-14 10:20:22 -04:00
parent a405a3a89a
commit d8918edb51
3 changed files with 26 additions and 2 deletions

View file

@ -73,6 +73,7 @@ namespace proxy
void Start();
void Stop();
boost::asio::io_service& GetService () { return m_ios; };
private: