Guest User

Untitled

a guest
Jul 16th, 2018
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.03 KB | None | 0 0
  1. All Unreads
  2.  
  3. All Threads
  4.  
  5. Message Composer*
  6. Send Message?
  7. true? -> Waiting For Input
  8. false? -> Error
  9.  
  10. Error
  11.  
  12. Waiting For Input*
  13. any input -> What to Show?
  14.  
  15. Slash at Beginning of Channel Input?
  16. true? -> Slash Command In List?
  17. false? -> Message Composer Has Text
  18.  
  19. What to Show?
  20. composerStartsWithSlash? -> Slash at Beginning of Channel Input?
  21. textStartsWithAt? -> User Picker
  22. textStartsWithColon? -> Emoji Picker
  23. justText? -> Message Composer Has Text
  24.  
  25. Message Composer Has Text
  26. delete all text -> Waiting For Input
  27. any input -> What to Show?
  28. hit enter -> Send Message?
  29.  
  30. User Picker
  31. delete all text -> Waiting For Input
  32.  
  33. Emoji Picker
  34. delete all text -> Waiting For Input
  35.  
  36. Slash Command In List?
  37. true? -> Filtered Slash Command List
  38. false? -> Message Composer Has Text
  39.  
  40. Slash Command List
  41. tap outside -> Message Composer
  42. type esc -> Message Composer
  43. type space -> Message Composer Has Text
  44. press up -> Top Of List?
  45. press down -> Bottom Of List?
  46. type -> Slash Command In List?
  47. tap item in list -> Command Selected
  48. tap enter -> Command Selected
  49.  
  50. Filtered Slash Command List*
  51.  
  52. Item Highlighted With Text In Composer
  53.  
  54. Top Of List?
  55. true? -> Item Bottom of List Highlighted
  56. false? -> Item Above Highlighted
  57.  
  58. Bottom Of List?
  59. true? -> Item Top Of List Highlighted
  60. false? -> Item Below Highlighted
  61.  
  62. Item Top Of List Highlighted
  63. combine name of command and space to slash -> Item Highlighted With Text In Composer
  64.  
  65. Item Bottom of List Highlighted
  66. combine name of command and space to slash -> Item Highlighted With Text In Composer
  67.  
  68. Item Above Highlighted
  69. combine name of command and space to slash -> Item Highlighted With Text In Composer
  70.  
  71. Item Below Highlighted
  72. combine name of command and space to slash -> Item Highlighted With Text In Composer
  73.  
  74. Command Selected
  75. type parameters -> Command Selected
  76. hit enter -> Send Message?
  77.  
  78.  
  79.  
  80. DM View
  81.  
  82. Thread View
Add Comment
Please, Sign In to add comment