Isoraqathedh

!notify docs

Jul 10th, 2014
241
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.20 KB | None | 0 0
  1. !notify: stores a message to be displayed to another person at a later date.
  2.  
  3. General syntax: !notify <username> <message>
  4. Stores the message to be displayed the next time <username> speaks.
  5. Special syntaxes:
  6. !notify @join <username> <message>
  7. stores the message to be displayed to <username> when they join the chat.
  8. !notify @in <time> <message>
  9. the message will be displayed after the specified time passes.
  10. Time is written in the form hh:mm or hh:mm:ss. Leading zeroes may be omitted.
  11. examples:
  12. 20 hours 33 minutes → !notify @in 20:33 Hi.
  13. 18 minutes → !notify @in 0:18 Hi.
  14. 2 hours 1 minute → !notify @in 2:01 Hi.
  15. 2 hours 1 minute can also be written "!notify @in 2:1 Hi."
  16.  
  17. !notify @in <number> <time unit> <message>
  18. the message will be displayed after the specified time passes.
  19. <time unit> can be seconds, minutes, hours, days, weeks, months, or years.
  20. e.g. !notify @in 2 minutes Hi.
  21.  
  22. !notify @date <date> <message>
  23. the message will be displayed on the date specified.
  24. The date must be written in the format specified by RFC3339.
  25. examples:
  26. May 30, 2014 at 16:22:43 UTC → 2014-05-30T16:22:43
  27. February 29, 2012 at 5:01:22 UTC → 2012-02-29T05:01:22
Advertisement
Add Comment
Please, Sign In to add comment