Why can't Supybot find the plugin I want to load?
Up to table of contentsWhy does my bot say that 'No plugin "foo" exists.' when I try to load the foo plugin?
First, make sure you are typing the plugin name correctly. @load foo is not the same as @load Foo [1]. If that is not the problem, then the third-party plugin how-to will probably be useful reading.
[1] Yes, it used to be the same, but then we moved to using directories for plugins instead of a single file. Apparently, that makes a difference to Python.
This FAQ applies to: Any version.