mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-13 19:49:51 +01:00
add : character to chatrooms
This commit is contained in:
parent
e1ed3553b5
commit
aef5f6bfd7
|
@ -94,7 +94,7 @@ void TwitchServer::initializeConnection(IrcConnection *connection, bool isRead,
|
|||
std::shared_ptr<Channel> TwitchServer::createChannel(const QString &channelName)
|
||||
{
|
||||
std::shared_ptr<TwitchChannel> channel;
|
||||
if (channelName.left(9).toLower() == "chatrooms")
|
||||
if (channelName.left(10).toLower() == "chatrooms:")
|
||||
{
|
||||
channel = std::static_pointer_cast<TwitchChannel>(
|
||||
std::shared_ptr<ChatroomChannel>(new ChatroomChannel(
|
||||
|
|
Loading…
Reference in a new issue