Removed default nick + server
authorDarren <darren@Darrens-MacBook-Pro.local>
Sat, 9 Mar 2013 15:01:30 +0000 (15:01 +0000)
committerDarren <darren@Darrens-MacBook-Pro.local>
Sat, 9 Mar 2013 15:01:30 +0000 (15:01 +0000)
client/assets/dev/model_application.js
config.example.js

index 67bf66e58a0c5d0500b0213919308d20fe54205b..ac89de4ea3efe01e54668bb159a531c297ec1ad1 100644 (file)
@@ -142,11 +142,11 @@ _kiwi.model.Application = function () {
         this.populateDefaultServerSettings = function () {\r
             var parts;\r
             var defaults = {\r
-                nick: getQueryVariable('nick') || 'kiwi_?',\r
-                server: 'irc.kiwiirc.com',\r
+                nick: getQueryVariable('nick') || '',\r
+                server: '',\r
                 port: 6667,\r
                 ssl: false,\r
-                channel: window.location.hash || '#kiwiirc',\r
+                channel: window.location.hash || '#chat',\r
                 channel_key: ''\r
             };\r
             var uricheck;\r
@@ -248,7 +248,7 @@ _kiwi.model.Application = function () {
             // If any settings have been given by the server.. override any auto detected settings\r
             /**\r
              * Get any server restrictions as set in the server config\r
-             * These settings can not changed in the server selection dialog\r
+             * These settings can not be changed in the server selection dialog\r
              */\r
             if (this.server_settings && this.server_settings.connection) {\r
                 if (this.server_settings.connection.server) {\r
index 286ee214d79bacd3ed3b17c6b61c5bf2d0430c60..d0026e1bf26b7bb12825f50e4cdfe1f922850990 100644 (file)
@@ -131,7 +131,7 @@ conf.client = {
 };
 
 
-// If not empty, the client may only connect to this 1 IRC server
+// If set, the client may only connect to this 1 IRC server
 //conf.restrict_server = "irc.kiwiirc.com";
 //conf.restrict_server_port = 6667;
 //conf.restrict_server_ssl = false;