Advertisement
Azure

Untitled

Nov 30th, 2011
374
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.34 KB | None | 0 0
  1. {
  2. "alart" => {
  3. "random" => [
  4. [0] "/!\\ <input,'ALART'> /!\\",
  5. [1] "/// <input,'ALART'> ///",
  6. [2] "\\\\\\ <input,'ALART'> \\\\\\"
  7. ]
  8. },
  9. "bod" => {
  10. "lines" => [
  11. [0] {
  12. "seconds" => 2,
  13. "type" => "action",
  14. "msg" => "<input,nick> should go"
  15. },
  16. [1] "eat a",
  17. [2] "bag of",
  18. [3] {
  19. "type" => "action",
  20. "msg" => "DICKS!!!!"
  21. }
  22. ]
  23. },
  24. "drink" => {
  25. "random" => [
  26. [0] {
  27. "type" => "action",
  28. "msg" => "gets <nick> a dr pepper"
  29. },
  30. [1] {
  31. "type" => "action",
  32. "msg" => "gets <nick> a coke"
  33. },
  34. [2] {
  35. "type" => "action",
  36. "msg" => "gets <nick> a pepsi"
  37. },
  38. [3] {
  39. "type" => "action",
  40. "msg" => "gets <nick> a glass of Sussex Golden ginger ale"
  41. }
  42. ]
  43. },
  44. "dumb bot" => {
  45. "random" => [
  46. [0] "Dumb human!",
  47. [1] "Dumb meatbag!",
  48. [2] "Stupid human!",
  49. [3] "Stupid meatbag!"
  50. ]
  51. }
  52. }
  53.  
  54.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement