mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-21 22:24:07 +01:00
Update IRC whisper error (#4086)
This commit is contained in:
parent
df22441913
commit
b27d6334f3
1 changed files with 3 additions and 4 deletions
|
@ -1003,10 +1003,9 @@ std::vector<MessagePtr> IrcMessageHandler::parseNoticeMessage(
|
||||||
getSettings()->helixTimegateWhisper.getValue() ==
|
getSettings()->helixTimegateWhisper.getValue() ==
|
||||||
HelixTimegateOverride::Timegate)
|
HelixTimegateOverride::Timegate)
|
||||||
{
|
{
|
||||||
content =
|
content = content +
|
||||||
content +
|
" Consider setting \"Helix timegate /w behaviour\" "
|
||||||
" Consider setting the \"Helix timegate /w "
|
"to \"Always use Helix\" in your Chatterino settings.";
|
||||||
"behaviour\" to \"Always use Helix\" in your Chatterino settings.";
|
|
||||||
}
|
}
|
||||||
builtMessages.emplace_back(
|
builtMessages.emplace_back(
|
||||||
makeSystemMessage(content, calculateMessageTime(message).time()));
|
makeSystemMessage(content, calculateMessageTime(message).time()));
|
||||||
|
|
Loading…
Reference in a new issue