fixes #1058
This commit is contained in:
@@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user