diff options
author | mathieui <mathieui@mathieui.net> | 2017-10-07 00:34:59 +0200 |
---|---|---|
committer | mathieui <mathieui@mathieui.net> | 2017-10-07 00:34:59 +0200 |
commit | f3a08138ce72e2458b0a0837aad547f3484fda42 (patch) | |
tree | 1722a5110c694614607837c8d780080747633345 /plugins | |
parent | d603126f9b7afddc432357949fd55b10b6c90350 (diff) | |
download | poezio-f3a08138ce72e2458b0a0837aad547f3484fda42.tar.gz poezio-f3a08138ce72e2458b0a0837aad547f3484fda42.tar.bz2 poezio-f3a08138ce72e2458b0a0837aad547f3484fda42.tar.xz poezio-f3a08138ce72e2458b0a0837aad547f3484fda42.zip |
Fix #3273 (be honest about the rainbow plugin)
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/rainbow.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/plugins/rainbow.py b/plugins/rainbow.py index a71087a1..bb9ab8a3 100644 --- a/plugins/rainbow.py +++ b/plugins/rainbow.py @@ -1,6 +1,8 @@ """ This plugin colors each character of a message with a random color. +.. note:: As ticket `#3273`_ puts it, the final output is closer to vomit than a rainbow. + Usage ----- @@ -11,6 +13,8 @@ Usage Say something in a Chat tab. .. note:: Can create fun things when used with :ref:`The figlet plugin <figlet-plugin>`. + +.. _#3273: https://dev.louiz.org/issues/3273 """ from poezio.plugin import BasePlugin from poezio import xhtml |