mirror-chatterino2/src/providers/irc/IrcServer.cpp

15 lines
291 B
C++
Raw Normal View History

2018-06-26 14:09:39 +02:00
#include "IrcServer.hpp"
2018-02-05 15:11:50 +01:00
#include <cassert>
namespace chatterino {
namespace providers {
namespace irc {
// IrcServer::IrcServer(const QString &hostname, int port)
//{
// this->initConnection();
//}
} // namespace irc
} // namespace providers
} // namespace chatterino