Home
last modified time | relevance | path

Searched defs:filteredChannels (Results 1 – 2 of 2) sorted by relevance

/dports/net-im/matterhorn/matterhorn-50200.13.0/src/Matterhorn/Types/
H A DChannels.hs383 filteredChannels f cc = filter f $ cc^.chanMap.to HM.toList function
/dports/net-im/chatterino2/chatterino2-2.3.4/lib/libcommuni/src/model/
H A Dircbuffermodel.cpp581 QList<IrcChannel*> filteredChannels; in _irc_restoreBuffers() local