Home
last modified time | relevance | path

Searched refs:getCustomChannel (Results 1 – 4 of 4) sorted by relevance

/dports/net-im/chatterino2/chatterino2-2.3.4/src/providers/twitch/
H A DTwitchIrcServer.hpp59 virtual std::shared_ptr<Channel> getCustomChannel(
H A DTwitchIrcServer.cpp218 std::shared_ptr<Channel> TwitchIrcServer::getCustomChannel( in getCustomChannel() function in chatterino::TwitchIrcServer
/dports/net-im/chatterino2/chatterino2-2.3.4/src/providers/irc/
H A DAbstractIrcServer.hpp75 virtual std::shared_ptr<Channel> getCustomChannel(
H A DAbstractIrcServer.cpp257 ChannelPtr chan = this->getCustomChannel(channelName); in getChannelOrEmpty()
363 std::shared_ptr<Channel> AbstractIrcServer::getCustomChannel( in getCustomChannel() function in chatterino::AbstractIrcServer