Guest User

Untitled

a guest
Jan 22nd, 2018
133
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.74 KB | None | 0 0
  1. var greets = [
  2. "Hey there, %s.",
  3. "Oh hai there %s. :D",
  4. "%s, Roar! :D",
  5. "Hey there, %s, you're so awesome!",
  6. "Look who decided to join the chat. It's %s.",
  7. "Speak of the devil. Oh hey %s.",
  8. "%s, welcome to the abyss.",
  9. "Oh hai there %s. :D",
  10. "%s, you're looking good today! :)",
  11. "Welcome to the chat %s.",
  12. "%s, how are you on this fine day? :)",
  13. "Oh, %s! Why hello thar ol' chap!",
  14. "Oh, %s!! My main cheese wiz! What's Crackin'?",
  15. "%s, wwwaaassssssuuupppppppppp?",
  16. "Oh snap! It's %s. PARTTYYYYY TIMEEEEE :D"
  17. ];
  18. words.value = greets[Math.floor(Math.random()*greets.length)].replace("%s",name);
Add Comment
Please, Sign In to add comment