From: Thorsten S Date: Fri, 3 Jan 2020 22:30:06 +0000 (+0100) Subject: fix routing X-Git-Url: https://git.aero2k.de/?a=commitdiff_plain;h=b1a5154f8a97b7d98ef944f494113461ef2557ec;p=urlbot-v3.git fix routing --- diff --git a/distbot/plugins/didyouknow.py b/distbot/plugins/didyouknow.py index c3906cf..a590438 100644 --- a/distbot/plugins/didyouknow.py +++ b/distbot/plugins/didyouknow.py @@ -83,8 +83,8 @@ DB = [ class DidYouKnow(Worker): binding_keys = [ - "#wusstet.ihr.#", - "#wußtet.ihr.#" + "#.wusstet.ihr.#", + "#.wußtet.ihr.#" ] description = "smart bot" usage = "wusstest ihr schon."