From 1b9b2a661cb0989e750ec3235d3f3333f93df542 Mon Sep 17 00:00:00 2001 From: Rohit Suthar <37514288+iamrohitsuthar@users.noreply.github.com> Date: Fri, 9 Aug 2019 17:08:13 +0530 Subject: [PATCH] add sv_showusers command sv_showusers command displays the current online users in the room. --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 3daf7c3..a8000ee 100644 --- a/README.md +++ b/README.md @@ -53,6 +53,11 @@ LiveChatServer is a Live CHATROOM which allows multiple users (Clients) to chat ```sh sv_logout ``` +4. For getting the list of online users in room + + ```sh + sv_showusers + ``` ### It's not a BUG. It's a feature! #### Create a SECRET ROOM!!