From 1db803ccfcfe82be0c47fc0db216ae77864aa236 Mon Sep 17 00:00:00 2001 From: Will Hunt Date: Fri, 6 Jul 2018 16:37:40 +0100 Subject: [PATCH] "/n" -> " " --- src/TextForEvent.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/TextForEvent.js b/src/TextForEvent.js index 5d4c14d1b2..f2ddae0e0a 100644 --- a/src/TextForEvent.js +++ b/src/TextForEvent.js @@ -187,6 +187,7 @@ function textForServerACLEvent(ev) { changes.push(`Participating from a server using an IP literal hostname is now ${allowban}.`); } + return text + changes.join(" "); } function textForMessageEvent(ev) {