From: Thorsten S Date: Wed, 22 Jan 2020 18:07:12 +0000 (+0100) Subject: fix doctor X-Git-Url: https://git.aero2k.de/?a=commitdiff_plain;h=34abc83bd7d7876eb96e5d36a9e6415ba84129ee;p=urlbot-v3.git fix doctor --- diff --git a/distbot/plugins/fun.py b/distbot/plugins/fun.py index e191a75..6a75a16 100644 --- a/distbot/plugins/fun.py +++ b/distbot/plugins/fun.py @@ -162,7 +162,9 @@ class Selfreaction(Worker): class Doctor(Worker): binding_keys = [ "#.doctor.#", - "#.doktor.#" + "#.Doctor.#", + "#.doktor.#", + "#.Doktor.#", ] description = "machines don't like the doctor."