From 405d68448a7fe03a975ef9e286b7fd034be9b76e Mon Sep 17 00:00:00 2001 From: Mika Suomalainen Date: Wed, 26 Sep 2012 17:13:35 +0300 Subject: [PATCH] Later: write proper README. How can it be possible that there has been README file reading "Insert a description of your plugin here, with any notes, etc. about using it" for eight years? --- plugins/Later/README.md | 21 +++++++++++++++++++++ plugins/Later/README.txt | 1 - 2 files changed, 21 insertions(+), 1 deletion(-) create mode 100644 plugins/Later/README.md delete mode 100644 plugins/Later/README.txt diff --git a/plugins/Later/README.md b/plugins/Later/README.md new file mode 100644 index 000000000..5be3c7be3 --- /dev/null +++ b/plugins/Later/README.md @@ -0,0 +1,21 @@ +Later - leave small messages to users + +# Later + +Later allows you to leave small notes to people. The messages are delivered next time when the user is seen by the bot. + +# How to use it? + +Use the "later tell" command to leave a message to a user. If you sent the message by accident or want to cancel it, you can use the "later undo" command to remove the latest later, which you have sent. + +You can also see the people who have notes waiting for them by using the "later notes" command. If you specify a nickname in "later notes" command, you will see the notes, which are waiting for the nickname. + +# Privacy + +As you probably noticed from above, this plugin isn't private. Everyone can see notes sent by anyone as the "plugin help later" says: + +``` +Used to do things later; currently, it only allows the sending of nick-based notes. Do note (haha!) that these notes are *not* private and don't even pretend to be; if you want such features, consider using the Note plugin. +``` + +The Note plugin identifies people by username instead of nickname and allows only users to send notes. The only people who are able to read notes are the sender, receiver and the owner. diff --git a/plugins/Later/README.txt b/plugins/Later/README.txt deleted file mode 100644 index d60b47a97..000000000 --- a/plugins/Later/README.txt +++ /dev/null @@ -1 +0,0 @@ -Insert a description of your plugin here, with any notes, etc. about using it.