}
public void registerActions(SiteCommandHandler siteCommandHandler) {
// _todo: only register if auto_approve == false
// no, because then it becomes impossible to approve requests that were added before auto_approve was turned on
siteCommandHandler.registerAction("approve", new Approve(requestLog));
siteCommandHandler.registerAction("request", new cu.ftpd.modules.requests.actions.Request(requestLog));
siteCommandHandler.registerAction("requests", new Requests(requestLog));
Action req = new ReqFilled(requestLog);