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() ==
|
||||
HelixTimegateOverride::Timegate)
|
||||
{
|
||||
content =
|
||||
content +
|
||||
" Consider setting the \"Helix timegate /w "
|
||||
"behaviour\" to \"Always use Helix\" in your Chatterino settings.";
|
||||
content = content +
|
||||
" Consider setting \"Helix timegate /w behaviour\" "
|
||||
"to \"Always use Helix\" in your Chatterino settings.";
|
||||
}
|
||||
builtMessages.emplace_back(
|
||||
makeSystemMessage(content, calculateMessageTime(message).time()));
|
||||
|
|
Loading…
Reference in a new issue