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
// 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
};
-// 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;