tab = new Tabview(data.channel.toLowerCase());\r
}\r
\r
- tab.addMsg(null, ' ', '--> ' + data.nick + ' has joined', 'action join', 'color:#009900;');\r
+ tab.addMsg(null, ' ', '--> ' + data.nick + ' [' + data.ident + '@' + data.hostname + '] has joined', 'action join', 'color:#009900;');\r
\r
if (data.nick === kiwi.gateway.nick) {\r
return; // Not needed as it's already in nicklist\r
*/
connect: function (host, port, ssl, password, callback) {
if (typeof kiwi.gateway.kiwi_server !== 'undefined') {
- kiwi.gateway.socket = io.connect(kiwi_server, {
+ kiwi.gateway.socket = io.connect(kiwi.gateway.kiwi_server, {
'try multiple transports': true,
'connect timeout': 3000,
'max reconnection attempts': 7,