Reinstated the defunct 'whobbs' utility as a function of ctdlsh
[citadel.git] / ctdlsh / src / main.c
index f996e68ec756e2c4b55e16b43fdfa6737818623e..7e18d2e6b64dda3aeef9fc55be2f1d5ca59a7c40 100644 (file)
@@ -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                                    }
 };