View difference between Paste ID: ch4AUYDa and 8Wxr419B
SHOW: | | - or go back to the newest paste.
1
case 'pm':
2
	var by = spl[2];
3
	if (by.substr(1) === config.nick) return;
4-
	this.say(connection, this.room, '/pm ' + by + ', **Welcome to justce league have a pleasant and nice stay here,..for any help pm the rom owner**||our website http://www.i-m.mx/aakash12/justiceleague/home.html');
4+
	this.say(connection, , '/pm ' + by + ', **Welcome to the Justice League, ' + by.substr(1) + '! Have a pleasant and nice stay here, For any help PM the room owner. Our website: http://www.i-m.mx/aakash12/justiceleague/home.html');
5
	spl.splice(0, 4);
6
	this.chatMessage(spl.join('|'), by, ',' + by, connection);
7
	if (lastMessage) this.room = '';
8
	break;