From 34abc83bd7d7876eb96e5d36a9e6415ba84129ee Mon Sep 17 00:00:00 2001 From: Thorsten S Date: Wed, 22 Jan 2020 19:07:12 +0100 Subject: [PATCH] fix doctor --- distbot/plugins/fun.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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." -- 2.39.2