diff --git a/plugins/bf.py b/plugins/bf.py index a3bd724..e51500b 100755 --- a/plugins/bf.py +++ b/plugins/bf.py @@ -10,7 +10,7 @@ from util import hook BUFFER_SIZE = 5000 MAX_STEPS = 1000000 - +@hook.command('brainfuck') @hook.command def bf(inp): ".bf -- Executes as Brainfuck code."