This commit is contained in:
hemirt 2019-05-05 16:24:14 +02:00 committed by pajlada
parent 23921f3fed
commit 4f5e3f6a27

View file

@ -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)