Advertisement
IllusionaryOne

Beef Quote

Jan 12th, 2016
143
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.48 KB | None | 0 0
  1. For addquote you can -ul=mod or even -ul=regular and you could add folks that you trust into your regular users list in Nightbot. You could also open it up for everyone, up to you. I really recommend leaving delquote for mod only but again, your call.
  2.  
  3. # Add Quote - Adds a quote to the system.
  4. !addcom -ul=mod !addquote $(customapi http://www.illusionaryone.com/twitch/quote_db.php?uid=beef_erikson&pass=0d1254c85a704167a815d32bce384070&new=$(query)&game=$(twitch game)&user=$(user))
  5.  
  6. # Del Quote - Deletes and undeletes a quote. Essentially, turns it off from showing up randomly.
  7. !addcom -ul=mod !delquote $(customapi http://www.illusionaryone.com/twitch/quote_db.php?uid=beef_erikson&pass=0d1254c85a704167a815d32bce384070&del=$(query))
  8.  
  9. # Edit Quote
  10. !addcom -ul=mod !editquote $(customapi http://www.illusionaryone.com/twitch/quote_db.php?uid=beef_erikson&pass=0d1254c85a704167a815d32bce384070&edit=$(query))
  11.  
  12. # Quote
  13. !addcom !quote $(customapi http://www.illusionaryone.com/twitch/quote_db.php?uid=beef_erikson&pass=0d1254c85a704167a815d32bce384070&index=$(1))
  14.  
  15. Usage:
  16. !addquote new_quote
  17. !delquote index (where x is the index number that is shown during "!quote")
  18. !editquote index new_quote (where x is the index number to update)
  19. !quote [index] (if x is not passed a random quote is given, else a specific quote is given)
  20.  
  21. Examples:
  22. !addquote This is a spiffy new quote!
  23. !delquote 5
  24. !quote
  25. !quote 3
  26. !editquote 5 This is what I meant to put here.
  27. !delquote 5
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement