make helper function for trimming a twitch channel name from irc

This commit is contained in:
Rasmus Karlsson
2018-03-25 11:37:57 +02:00
committed by fourtf
parent 9886021c6a
commit 6e1096710d
7 changed files with 68 additions and 24 deletions
+2
View File
@@ -9,6 +9,7 @@
namespace chatterino {
namespace providers {
namespace twitch {
class TwitchServer final : public irc::AbstractIrcServer
{
TwitchServer();
@@ -33,6 +34,7 @@ protected:
virtual std::shared_ptr<Channel> getCustomChannel(const QString &channelname) override;
};
} // namespace twitch
} // namespace providers
} // namespace chatterino