Plugin list

Brainfuck

Command Help
brainfuckBrainfuck brainfuck [--recover] [--input <characters>] <command>
Interprets the given Brainfuck code. You should quote the code if you use brackets, because Supybot would interpret it as nested commands. If --recover is given, the bot will recover the previous processor memory and memory pointer. The code will be fed the <characters> when it asks for input.
checksyntaxBrainfuck checksyntax <command>
Tests the Brainfuck syntax without running it. You should quote the code if you use brackets, because Supybot would interpret it as nested commands.