diff --git a/sopel_SpiceBot_Core_Prerun/__init__.py b/sopel_SpiceBot_Core_Prerun/__init__.py index 24a3613..d4a9e68 100644 --- a/sopel_SpiceBot_Core_Prerun/__init__.py +++ b/sopel_SpiceBot_Core_Prerun/__init__.py @@ -21,7 +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(comrun.required_privileges_text()) + comrun.osd("is broken here") + # comrun.osd(comrun.required_privileges_text()) return # Since there was more than one command,