added .brainfuck as alias for .bf

This commit is contained in:
Luke Rogers 2012-03-22 22:02:21 +13:00
parent a36ef950e0
commit 4edac9338a

View file

@ -10,7 +10,7 @@ from util import hook
BUFFER_SIZE = 5000
MAX_STEPS = 1000000
@hook.command('brainfuck')
@hook.command
def bf(inp):
".bf <prog> -- Executes <prog> as Brainfuck code."