Fill README of some plugins. Closes GH-747. Closes GH-749.

This commit is contained in:
Valentin Lorentz 2014-06-14 13:22:56 +02:00
parent ddc37a7f4a
commit 8ec9f1b496
6 changed files with 12 additions and 6 deletions

View File

@ -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.

View File

@ -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.

View File

@ -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.

View File

@ -1 +1 @@
Insert a description of your plugin here, with any notes, etc. about using it.
Useful commands for manipulating characters strings.

View File

@ -1 +1 @@
Insert a description of your plugin here, with any notes, etc. about using it.
Utilities for Unix-like systems.

View File

@ -1 +1 @@
Insert a description of your plugin here, with any notes, etc. about using it.
Provides useful commands for bot scripting / commands nesting.