Advertisement
Guest User

Untitled

a guest
Apr 29th, 2017
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.80 KB | None | 0 0
  1. ---------------------------------------------------------
  2. -- Emoticons.
  3. ---------------------------------------------------------
  4.  
  5. local emoticons = {}
  6.  
  7. emoticons[":)"] = "icon16/emoticon_smile.png"
  8. emoticons[":D"] = "icon16/emoticon_happy.png"
  9. emoticons[":O"] = "icon16/emoticon_surprised.png"
  10. emoticons[":p"] = "icon16/emoticon_tongue.png"
  11. emoticons[":P"] = "icon16/emoticon_tongue.png"
  12. emoticons[":("] = "icon16/emoticon_unhappy.png"
  13.  
  14.  
  15. emoticons["beachplease"] = {"atlaschat/customemoticons/beachplease.png", 64, 64}
  16. emoticons["doge"] = {"atlaschat/customemoticons/doge.png", 64, 64}
  17. emoticons["foreveralone"] = {"atlaschat/customemoticons/foreveralone.png", 64, 64}
  18. emoticons["littlederp"] = {"atlaschat/customemoticons/littlederp.png", 64, 64}
  19. emoticons["happyface"] = {"atlaschat/customemoticons/happyface.png", 64, 64}
  20. emoticons["pedobear"] = {"atlaschat/customemoticons/pedobear.png", 64, 64}
  21. emoticons["pokerface"] = {"atlaschat/customemoticons/pokerface.png", 64, 64}
  22. emoticons["shrek"] = {"atlaschat/customemoticons/shrek.png", 64, 64}
  23. emoticons["thinkingface"] = {"atlaschat/customemoticons/thinkingface.png", 64, 64}
  24. emoticons["trollface"] = {"atlaschat/customemoticons/trollface.png", 64, 64}
  25. emoticons["happycryingderp"] = {"atlaschat/customemoticons/happycryingderp.png", 64, 64}
  26. emoticons["kappa"] = {"materials/atlaschat/customemoticons/kappa.png", 64, 64}
  27.  
  28.  
  29.  
  30. emoticons[":smile:"] = "icon16/emoticon_smile.png"
  31. emoticons[":online:"] = "icon16/status_online.png"
  32. emoticons[":tongue:"] = "icon16/emoticon_tongue.png"
  33. emoticons[":offline:"] = "icon16/status_offline.png"
  34. emoticons[":unhappy:"] = "icon16/emoticon_unhappy.png"
  35. emoticons[":suprised:"] = "icon16/emoticon_surprised.png"
  36. emoticons[":exclamation:"] = "icon16/exclamation.png"
  37. emoticons[":information:"] = "icon16/information.png"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement