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