Display MOTD by default on client

This commit is contained in:
Jérémie Astori 2017-05-09 18:18:32 -04:00 committed by GitHub
parent 45df995d7f
commit 895fcc4066

View file

@ -13,7 +13,7 @@ const options = $.extend({
join: true,
links: true,
mode: true,
motd: false,
motd: true,
nick: true,
notification: true,
notifyAllMessages: false,