From ac04e4a798685a44ea2d38992bb6e72f726805b3 Mon Sep 17 00:00:00 2001 From: deathbybandaid Date: Tue, 24 Jan 2023 09:25:43 -0500 Subject: [PATCH] test --- sopel_SpiceBot_Core_Prerun/__init__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sopel_SpiceBot_Core_Prerun/__init__.py b/sopel_SpiceBot_Core_Prerun/__init__.py index d4a9e68..3aa2964 100644 --- a/sopel_SpiceBot_Core_Prerun/__init__.py +++ b/sopel_SpiceBot_Core_Prerun/__init__.py @@ -21,8 +21,8 @@ def prerun(metadata={}): # Check that nick has the correct bot or channel privileges # to run the command. if not comrun.is_nick_privileged(): - comrun.osd("is broken here") - # comrun.osd(comrun.required_privileges_text()) + # TODO comrun.osd("is broken here") + comrun.osd(comrun.required_privileges_text()) return # Since there was more than one command,