disabled many plugins
This commit is contained in:
parent
0ba2001b62
commit
7cce9bf27e
119 changed files with 0 additions and 20 deletions
9
disabled_stuff/python.py
Normal file
9
disabled_stuff/python.py
Normal file
|
@ -0,0 +1,9 @@
|
|||
from util import hook
|
||||
from util.pyexec import eval_py
|
||||
|
||||
|
||||
@hook.command
|
||||
def python(inp):
|
||||
"""python <prog> -- Executes <prog> as Python code."""
|
||||
|
||||
return eval_py(inp)
|
Reference in a new issue