Advertisement
Guest User

Untitled

a guest
Jan 29th, 2015
202
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  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');
  5. spl.splice(0, 4);
  6. this.chatMessage(spl.join('|'), by, ',' + by, connection);
  7. if (lastMessage) this.room = '';
  8. break;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement