non working commit help manager

This commit is contained in:
kremsy
2014-01-14 19:47:40 +01:00
committed by Steffen Schröder
parent 476e3464e5
commit 4c0d8270b3
3 changed files with 107 additions and 41 deletions

View File

@ -25,6 +25,7 @@ require_once __DIR__ . '/Callbacks/CallbackManager.php';
require_once __DIR__ . '/Chat.php';
require_once __DIR__ . '/ColorUtil.php';
require_once __DIR__ . '/Commands/CommandManager.php';
require_once __DIR__ . '/Commands/HelpManager.php';
require_once __DIR__ . '/Configurators/Configurator.php';
require_once __DIR__ . '/Database.php';
require_once __DIR__ . '/FileUtil.php';