fix chat cleanup of multiline messages

pull/9879/head
Thibault Duplessis 2021-09-23 18:06:39 +02:00
parent 3da1b45c89
commit 3b5b7d4bb0
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ rs.secondaryOk();
const dryRun = true;
const maxPerSecond = 600;
const flushEvery = 100;
const parseLineRegex = /^([\w-~]+)([ !&\?])(.*)$/;
const parseLineRegex = /^([\w-~]+)([ !&\?])(.*)(\n|$)/;
const isChatGarbage = chat =>
chat.l.every(l => {