Move window_title config option to client settings
[KiwiIRC.git] / config.example.js
index 355cc02a6994e10ce0b619f7f5e5e19bdf31cd15..85df3bf307e7a40e717a830420710fc6bf75915a 100644 (file)
@@ -78,10 +78,6 @@ conf.default_encoding = 'utf8';
 */
 //conf.default_gecos = 'Web IRC Client';
 
-/*
-* Window title
-*/
-conf.window_title = 'Kiwi IRC';
 
 
 /*
@@ -187,7 +183,8 @@ conf.client = {
         show_timestamps: false,
         mute_sounds: false,
         show_emoticons: true
-    }
+    },
+    window_title: 'Kiwi IRC'
 };