X-Git-Url: https://code.citadel.org/?p=citadel.git;a=blobdiff_plain;f=ctdlsh%2Fsrc%2Fmain.c;h=7e18d2e6b64dda3aeef9fc55be2f1d5ca59a7c40;hp=f996e68ec756e2c4b55e16b43fdfa6737818623e;hb=6f940f7734c8209955d3c5acfa7f96fff4935938;hpb=9f62c4f0bfb9aae26df35ada6c755886b8eb7f02 diff --git a/ctdlsh/src/main.c b/ctdlsh/src/main.c index f996e68ec..7e18d2e6b 100644 --- a/ctdlsh/src/main.c +++ b/ctdlsh/src/main.c @@ -28,6 +28,7 @@ COMMAND commands[] = { { "date", cmd_datetime, "Print the server's date and time" }, { "time", cmd_datetime, "Print the server's date and time" }, { "passwd", cmd_passwd, "Set or change an account password" }, + { "who", cmd_who, "Display a list of online users" }, { "shutdown", cmd_shutdown, "Shut down the Citadel server" }, { NULL, NULL, NULL } };