_voicedCommandHandler = VoicedCommandHandler.getInstance();
_voicedCommandHandler.registerVoicedCommandHandler(new stats());
if(Config.L2JMOD_ALLOW_WEDDING)
_voicedCommandHandler.registerVoicedCommandHandler(new Wedding());
_log.config("VoicedCommandHandler: Loaded " + _voicedCommandHandler.size() + " handlers.");