Merge pull request #1157 from thelounge/astorije/motd-default

Display MOTD by default on client
This commit is contained in:
Al McKinlay 2017-05-10 10:14:22 +01:00 committed by GitHub
commit 07e4f4d1a4

View File

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