Advertisement
Guest User

Untitled

a guest
Jul 22nd, 2017
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.33 KB | None | 0 0
  1. # !quote(s) <num>
  2.  
  3. # ### Displays a random quote or the number specified.
  4.  
  5. # ### Default access: Everyone
  6.  
  7. #
  8.  
  9. # !addquote <quote>
  10.  
  11. # ### This adds quotes to the storage file, quotes can contain any type of character.
  12.  
  13. # ### Default access: global/channel +o OR +Q globally.
  14.  
  15. #
  16.  
  17. # !delquote <num>
  18.  
  19. # ### Deletes the quote number specified.
  20.  
  21. # ### Default access: global/channel +o OR +Q globally.
  22.  
  23. #
  24.  
  25. # !selquote <num>
  26.  
  27. # ### Prints out the specified quote number.
  28.  
  29. # ### Default access: Everyone
  30.  
  31. #
  32.  
  33. # !findquote <word>
  34.  
  35. # ### Searches for the word in the storage file, parses the results to a
  36.  
  37. # ### text file, and sends the user the results.
  38.  
  39. # ### Default access: Everyone
  40.  
  41. #
  42.  
  43. # !lastquote
  44.  
  45. # ### Displays the last quote added.
  46.  
  47. # ### Default access: Everyone
  48.  
  49. #
  50.  
  51. # !quotehelp
  52.  
  53. # ### Sends the user the quote help file.
  54.  
  55. # ### Default access: Everyone
  56.  
  57. #
  58.  
  59. # !getquotes
  60.  
  61. # ### Sends the user the quote storage file.
  62.  
  63. # ### Default access: Everyone
  64.  
  65. #
  66.  
  67. # !getscript
  68.  
  69. # ### Sends the user the quote script.
  70.  
  71. # ### Default access: Everyone
  72.  
  73. #
  74.  
  75. # !quotestats
  76.  
  77. # ### Shows how many quotes there are and how big the quote storage file is.
  78.  
  79. # ### Default access: Everyone.
  80.  
  81. #
  82.  
  83. # !quoteversion
  84.  
  85. # ### Displays the quote version and author name. :)
  86.  
  87. # ### Default access: Everyone
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement