test
This commit is contained in:
parent
17db46eb15
commit
ac04e4a798
@ -21,8 +21,8 @@ def prerun(metadata={}):
|
|||||||
# Check that nick has the correct bot or channel privileges
|
# Check that nick has the correct bot or channel privileges
|
||||||
# to run the command.
|
# to run the command.
|
||||||
if not comrun.is_nick_privileged():
|
if not comrun.is_nick_privileged():
|
||||||
comrun.osd("is broken here")
|
# TODO comrun.osd("is broken here")
|
||||||
# comrun.osd(comrun.required_privileges_text())
|
comrun.osd(comrun.required_privileges_text())
|
||||||
return
|
return
|
||||||
|
|
||||||
# Since there was more than one command,
|
# Since there was more than one command,
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user