You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

19 lines
542 B

{% extends "base.html" %}
{% block "content" %}
<pre>
>>> from frunde import tannek
>>> tannek.troll(subject="registration_not_avaliable", extended_mode=True)
ERROR_WHILE_HANDLING_EXCEPTION
Matestand: -65337
>>> tannek.insertMate()
Matestand: -65336
>>> [tannek.insertMate() for i in range(65337)]
STACK_SIZE_EXCEEDED
>>> [tannek.insertMate() for i in range(tannek.STACK_SIZE)] # FUCK YA!
UNKNOWN_COMMAND
>>> tannek.fixEverything()
rebooting ...
</pre>
You see? No registration right now! I tried and tried and it didn't work.
{% endblock %}