From 895fcc4066b45f268a3d6beb2e25e7c8171353af Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9mie=20Astori?= Date: Tue, 9 May 2017 18:18:32 -0400 Subject: [PATCH] Display MOTD by default on client --- client/js/options.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/js/options.js b/client/js/options.js index 24265a56..85cf2fc2 100644 --- a/client/js/options.js +++ b/client/js/options.js @@ -13,7 +13,7 @@ const options = $.extend({ join: true, links: true, mode: true, - motd: false, + motd: true, nick: true, notification: true, notifyAllMessages: false,