Advertisement
futanaridamacy

20% response rate

Jul 6th, 2013
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.95 KB | None | 0 0
  1. if "america" in message.body.lower():
  2. messageoutput = "*burger*"
  3. if "ganonhorse" in message.body.lower():
  4. messageoutput = "Ganonhorse *h*"
  5. if "what is love" in message.body.lower():
  6. messageoutput = "http://i1196.photobucket.com/albums/aa402/telerimoses/traindotlove.png"
  7. if "jason" in message.body.lower():
  8. messageoutput = "http://dl.dropboxusercontent.com/u/100328926/images/nabutso/Hhh.JPG"
  9. if "thanks for watching" in message.body:
  10. messageoutput = "thanks for streaming~"
  11. if "hi pot" in message.body:
  12. messageoutput = "hi "
  13. if "hello pot" in message.body:
  14. messageoutput = "hi ~ "
  15. if "night" == message.body:
  16. messageoutput = "night :3"
  17. if "bye " in message.body:
  18. messageoutput = "bye"
  19. if "rekt" in message.body:
  20. messageoutput = "scrub"
  21. if "get rekt" in message.body:
  22. messageoutput = "rekt "
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement