Advertisement
Guest User

Untitled

a guest
Jan 29th, 2015
183
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, , '/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;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement