Right now the autoloader freaks out if it doesn't find the file as it expects every class to be loaded from within the phpbot404.php file. If you want to initialise a class from a command, it won't work; the autoloader will try to load an inexisting file and crash.
Solution: Set a 'dir' => dirname(FILE) var in config.php and make the autoloader use that as prefix.
Right now the autoloader freaks out if it doesn't find the file as it expects every class to be loaded from within the phpbot404.php file. If you want to initialise a class from a command, it won't work; the autoloader will try to load an inexisting file and crash.
Solution: Set a 'dir' => dirname(FILE) var in config.php and make the autoloader use that as prefix.