mirror-chatterino2/src/providers/irc/IrcServer.cpp
2018-06-26 16:37:59 +02:00

13 lines
209 B
C++

#include "IrcServer.hpp"
#include <cassert>
namespace chatterino {
// IrcServer::IrcServer(const QString &hostname, int port)
//{
// this->initConnection();
//}
//
} // namespace chatterino