diff options
Diffstat (limited to 'plugins/revstr.py')
-rw-r--r-- | plugins/revstr.py | 14 |
1 files changed, 2 insertions, 12 deletions
diff --git a/plugins/revstr.py b/plugins/revstr.py index 4d5720dc..4ca154b7 100644 --- a/plugins/revstr.py +++ b/plugins/revstr.py @@ -1,16 +1,6 @@ """ -Reverse everything you say. - -Installation ------------- - -You only have to load the plugin: - -.. code-block:: none - - /load revstr - - +Reverse everything you say (``Je proteste énergiquement`` will become +``tnemeuqigrené etsetorp eJ``) """ from plugin import BasePlugin |