Hello,
This class is defined in supybot.commands:
class any(context):
It is imported in the plugins:
from supybot.commands import *
And overloads the builtin function any().
So, plugins developpers have to call any() like that :
import("builtin").any()
It is really hard to find that is the cause of the bug, because the Exception stack is really big.
Best regards,
ProgVal