Closed milesrout closed 10 years ago
You can do this
.python __import__('sys').setrecursionlimit(1)
which results in a semi-permanent disable of scybot's python environment.
This is somewhat useful when people start botspamming with .python, but should still be fixed.
.python
I tested it with my bot and have only received a 3 second disable. Then again i use a modified version of skybot.
attempting to sandbox it is pretty pointless, it's just some GAE app
You can do this
which results in a semi-permanent disable of scybot's python environment.
This is somewhat useful when people start botspamming with
.python
, but should still be fixed.