From 4edac9338a674ea796d06f3709fdd486438b7ea8 Mon Sep 17 00:00:00 2001 From: Luke Rogers Date: Thu, 22 Mar 2012 22:02:21 +1300 Subject: [PATCH] added .brainfuck as alias for .bf --- plugins/bf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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."