X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;ds=sidebyside;f=config.example.js;h=9732497638973b4b6108ed5a35681ce75ce3b884;hb=aa92fb91a4bdc78df23054365ade4dc2af435580;hp=674f8f999712fc4bb5142fae44f35fa87c499ce1;hpb=c12de1749297cc44fadc4d7042e454c3dc40e107;p=KiwiIRC.git diff --git a/config.example.js b/config.example.js index 674f8f9..9732497 100644 --- a/config.example.js +++ b/config.example.js @@ -170,7 +170,15 @@ conf.client = { port: 6697, ssl: true, channel: '#kiwiirc', - nick: 'kiwi_?' + nick: 'kiwi_?', + settings: { + theme: 'relaxed', + channel_list_style: 'tabs', + scrollback: 250, + show_joins_parts: true, + show_timestamps: false, + mute_sounds: false + } };