chg: remark available in lua

This commit is contained in:
iceman1001 2019-10-17 22:28:49 +02:00
commit ed565d04f5
3 changed files with 20 additions and 1 deletions

View file

@ -38,7 +38,7 @@
static int CmdHelp(const char *Cmd);
static int CmdRem(const char *Cmd) {
int CmdRem(const char *Cmd) {
char buf[22] = {0};
struct tm *ct, tm_buf;
time_t now = time(NULL);