1
0
Fork 0
mirror of https://github.com/Chatterino/chatterino2.git synced 2024-11-21 22:24:07 +01:00
mirror-chatterino2/src/providers/irc/IrcChannel2.cpp

11 lines
178 B
C++
Raw Normal View History

2018-06-26 14:09:39 +02:00
#include "IrcChannel2.hpp"
2018-02-05 15:11:50 +01:00
namespace chatterino {
2018-06-26 16:37:59 +02:00
IrcChannel::IrcChannel(const QString &name)
: Channel(name, Channel::Type::Irc)
{
}
2018-02-05 15:11:50 +01:00
} // namespace chatterino