Advertisement
Guest User

Untitled

a guest
Jul 27th, 2017
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.41 KB | None | 0 0
  1. Design document for bhottu's List() function. |
  2. |
  3. |
  4. What will the list function do? |
  5. * It will create a numbered list, from which you can add and subtract different objects |
  6. |
  7. ----------------------------------------------------------------------------------------------|
  8. |
  9. Functionality: |
  10. |
  11. * Create a list |
  12. * Delete lists |
  13. * Add items to lists |
  14. * Delete items from lists |
  15. * Spam lists to the chan |
  16. |
  17. |
  18. ----------------------------------------------------------------------------------------------|
  19. |
  20. Triggers: |
  21. |
  22. ( | is the separator) |
  23. |
  24. * bhottu, create list <name> |
  25. (Creates a new list with the name specified) |
  26. |
  27. * bhottu, delete list <name> | <item> |
  28. (Deletes the item in the list. If no item is specified, it deletes the list) |
  29. |
  30. * bhottu, add listitem <name> | <item> |
  31. (Adds an item to the list) |
  32. |
  33. * bhottu, list <name> |
  34. (Prints the entire numbered checklist to the chan.) |
  35. |
  36. ----------------------------------------------------------------------------------------------|
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement