Skip to content
This repository was archived by the owner on Feb 21, 2018. It is now read-only.

Commit eb95c6b

Browse files
committed
bot/inject: you're oper only.
1 parent 4293a0b commit eb95c6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/bot/inject.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
DESC="LOL OPER ABUSE"
3030

3131
def initModule(cod):
32-
cod.addBotCommand("INJECT", testbotCommand)
32+
cod.addBotCommand("INJECT", testbotCommand, True)
3333

3434
def destroyModule(cod):
3535
cod.delBotCommand("INJECT")

0 commit comments

Comments
 (0)