!eval -> !python in modules/eval_python.py
This commit is contained in:
parent
19ffcacd4d
commit
de2a390d92
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ EVAL_URL = "https://eval.appspot.com/eval"
|
||||||
|
|
||||||
class Module(ModuleManager.BaseModule):
|
class Module(ModuleManager.BaseModule):
|
||||||
_name = "Python"
|
_name = "Python"
|
||||||
@utils.hook("received.command.eval", min_args=1)
|
@utils.hook("received.command.python", min_args=1)
|
||||||
def eval(self, event):
|
def eval(self, event):
|
||||||
"""
|
"""
|
||||||
:help: Evaluate a python statement
|
:help: Evaluate a python statement
|
||||||
|
|
Loading…
Reference in a new issue