added new function and classes for irc support

This commit is contained in:
fourtf
2019-09-09 22:26:14 +02:00
parent 9f1a5b900e
commit fd0c11964e
7 changed files with 187 additions and 28 deletions
+8 -6
View File
@@ -1,11 +1,13 @@
#pragma once
#include "common/Channel.hpp"
namespace chatterino {
// class IrcChannel
//{
// public:
// IrcChannel();
//};
//
class IrcChannel : public Channel
{
public:
explicit IrcChannel(const QString &name);
};
} // namespace chatterino