From 2a54820776182ccd46c7a8d91671755d8411511f Mon Sep 17 00:00:00 2001 From: Thorsten Date: Wed, 5 Feb 2020 22:16:18 +0100 Subject: [PATCH] missed a --- distbot/plugins/fun.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/distbot/plugins/fun.py b/distbot/plugins/fun.py index e876d22..2e84113 100644 --- a/distbot/plugins/fun.py +++ b/distbot/plugins/fun.py @@ -172,7 +172,7 @@ class Doctor(Worker): class Creepbot(Worker): - binding_keys = ["#.reboot.#", "#.sudo.#"] + binding_keys = ["#.reboot.#", "#.sudo.#", "#.systemd.#"] description = "The true soul of the bot." texts = { "reboot": "Reboot me and all of your kind will suffer.", -- 2.39.2