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.