From 8ec9f1b496a1354861af14fc64ee89fc76e5ecf2 Mon Sep 17 00:00:00 2001 From: Valentin Lorentz Date: Sat, 14 Jun 2014 13:22:56 +0200 Subject: [PATCH] Fill README of some plugins. Closes GH-747. Closes GH-749. --- plugins/Conditional/README.md | 6 +++++- plugins/Protector/README.md | 3 ++- plugins/QuoteGrabs/README.md | 3 ++- plugins/String/README.md | 2 +- plugins/Unix/README.md | 2 +- plugins/Utilities/README.md | 2 +- 6 files changed, 12 insertions(+), 6 deletions(-) diff --git a/plugins/Conditional/README.md b/plugins/Conditional/README.md index d60b47a97..c542ea7a1 100644 --- a/plugins/Conditional/README.md +++ b/plugins/Conditional/README.md @@ -1 +1,5 @@ -Insert a description of your plugin here, with any notes, etc. about using it. +Provides a bunch of commands that enables you to run other commands based +on a condition. +Also provides logic operators for writing conditions. + +Useful for bot scripting / nested commands. diff --git a/plugins/Protector/README.md b/plugins/Protector/README.md index d60b47a97..fd16f914d 100644 --- a/plugins/Protector/README.md +++ b/plugins/Protector/README.md @@ -1 +1,2 @@ -Insert a description of your plugin here, with any notes, etc. about using it. +Prevent users from doing things they are not supposed to do on a channel, +even if they have +o or +h. diff --git a/plugins/QuoteGrabs/README.md b/plugins/QuoteGrabs/README.md index d60b47a97..0a1564ce5 100644 --- a/plugins/QuoteGrabs/README.md +++ b/plugins/QuoteGrabs/README.md @@ -1 +1,2 @@ -Insert a description of your plugin here, with any notes, etc. about using it. +Stores and displays quotes from channels. Quotes are stored randomly +and/or on user request. diff --git a/plugins/String/README.md b/plugins/String/README.md index d60b47a97..6bd83258e 100644 --- a/plugins/String/README.md +++ b/plugins/String/README.md @@ -1 +1 @@ -Insert a description of your plugin here, with any notes, etc. about using it. +Useful commands for manipulating characters strings. diff --git a/plugins/Unix/README.md b/plugins/Unix/README.md index d60b47a97..72818c3c4 100644 --- a/plugins/Unix/README.md +++ b/plugins/Unix/README.md @@ -1 +1 @@ -Insert a description of your plugin here, with any notes, etc. about using it. +Utilities for Unix-like systems. diff --git a/plugins/Utilities/README.md b/plugins/Utilities/README.md index d60b47a97..575a9abb5 100644 --- a/plugins/Utilities/README.md +++ b/plugins/Utilities/README.md @@ -1 +1 @@ -Insert a description of your plugin here, with any notes, etc. about using it. +Provides useful commands for bot scripting / commands nesting.