mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-13 19:49:51 +01:00
Follow-up to 52ef16418d
This commit is contained in:
parent
a0228fbd6d
commit
0ea7db094e
|
@ -305,7 +305,7 @@ std::shared_ptr<Channel> TwitchIrcServer::getChannelOrEmptyByID(
|
||||||
continue;
|
continue;
|
||||||
|
|
||||||
if (twitchChannel->roomId() == channelId &&
|
if (twitchChannel->roomId() == channelId &&
|
||||||
twitchChannel->getName().splitRef(":").size() < 3)
|
twitchChannel->getName().split(":").size() < 3)
|
||||||
{
|
{
|
||||||
return twitchChannel;
|
return twitchChannel;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue