This commit is contained in:
deathbybandaid 2023-01-24 09:47:01 -05:00
parent ac04e4a798
commit a191dd7b21

View File

@ -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():
# TODO comrun.osd("is broken here")
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,