Repeat incorrect password fix #243
[KiwiIRC.git] / config.example.js
index 83071a8bc23a543a923d4a3bd822103fe991b6ca..a86fdb1047920990118bec1bd24dddcfe5597d85 100644 (file)
@@ -71,6 +71,14 @@ conf.max_server_conns = 0;
 */
 conf.default_encoding = 'utf8';
 
+
+/*
+* Default GECOS (real name) for IRC connections
+* %n will be replaced with the users nick
+*/
+//conf.default_gecos = 'Web IRC Client';
+
+
 /*
  * Client side plugins
  * Array of URLs that will be loaded into the browser when the client first loads up
@@ -82,11 +90,6 @@ conf.client_plugins = [
 
 
 
-// Enabled CAP extensions (See ENTER URL TO CAP INFO HERE PLS)
-conf.cap_options = [];
-
-
-
 
 // Directory to find the server modules
 conf.module_dir = "../server_modules/";
@@ -158,17 +161,6 @@ conf.socks_proxy.user = null;
 conf.socks_proxy.pass = null;
 
 
-// Enabled transports for the browser to use
-conf.transports = [
-    "websocket",
-    "flashsocket",
-    "htmlfile",
-    "xhr-polling",
-    "jsonp-polling"
-];
-
-
-
 
 // Default quit message
 conf.quit_message = "http://www.kiwiirc.com/ - A hand-crafted IRC client";
@@ -188,7 +180,8 @@ conf.client = {
         scrollback: 250,
         show_joins_parts: true,
         show_timestamps: false,
-        mute_sounds: false
+        mute_sounds: false,
+        show_emoticons: true
     }
 };