Home
last modified time | relevance | path

Searched refs:wasBan (Results 1 – 2 of 2) sorted by relevance

/dports/net-im/chatterino2/chatterino2-2.3.4/src/providers/twitch/
H A DPubsubActions.hpp101 bool wasBan() const in wasBan() function
/dports/net-im/chatterino2/chatterino2-2.3.4/src/messages/
H A DMessageBuilder.cpp383 action.wasBan() ? "unbanned" : "untimedout", text); in MessageBuilder()