X-Git-Url: https://jfr.im/git/irc/quakenet/newserv.git/blobdiff_plain/d3204d06c7120485185cf5c97cb89dd6e67300d5..8855bb48b449ed06cfd3ce528b3c0a77c37cb24b:/proxyscan/proxyscan.c?ds=sidebyside diff --git a/proxyscan/proxyscan.c b/proxyscan/proxyscan.c index 57e42419..37a2fcf2 100644 --- a/proxyscan/proxyscan.c +++ b/proxyscan/proxyscan.c @@ -1116,6 +1116,8 @@ int proxyscandoscanfile(void *sender, int cargc, char **cargv) { } } + fclose(fp); + sendnoticetouser(proxyscannick,np,"Started %d scans...", count); return CMD_OK; }