mirror of
https://github.com/Mikaela/Limnoria-doc.git
synced 2024-11-23 20:49:43 +01:00
1.0 KiB
1.0 KiB
The Brainfuck plugin
Commands
brainfuck 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.
brainfuck 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.
Configuration
supybot.plugins.Brainfuck.public
Default value: True
Determines whether this plugin is publicly visible.