mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-21 22:24:07 +01:00
fixes #1058
This commit is contained in:
parent
23921f3fed
commit
4f5e3f6a27
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ using namespace chatterino;
|
||||||
void sendWhisperMessage(const QString &text)
|
void sendWhisperMessage(const QString &text)
|
||||||
{
|
{
|
||||||
auto app = getApp();
|
auto app = getApp();
|
||||||
app->twitch.server->sendMessage("jtv", text);
|
app->twitch.server->sendMessage("jtv", text.simplified());
|
||||||
}
|
}
|
||||||
|
|
||||||
bool appendWhisperMessageLocally(const QStringList &words)
|
bool appendWhisperMessageLocally(const QStringList &words)
|
||||||
|
|
Loading…
Reference in a new issue