From f3a08138ce72e2458b0a0837aad547f3484fda42 Mon Sep 17 00:00:00 2001 From: mathieui Date: Sat, 7 Oct 2017 00:34:59 +0200 Subject: Fix #3273 (be honest about the rainbow plugin) --- plugins/rainbow.py | 4 ++++ 1 file changed, 4 insertions(+) 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 `. + +.. _#3273: https://dev.louiz.org/issues/3273 """ from poezio.plugin import BasePlugin from poezio import xhtml -- cgit v1.2.3