From 29f347b8f2e1350c4fa3f4b9c16068cc305c3223 Mon Sep 17 00:00:00 2001 From: Core-65536 Date: Sun, 9 Jun 2024 22:30:13 +0800 Subject: [PATCH] =?UTF-8?q?Ver=201.2=20=E6=96=B0=E5=A2=9E=E4=BA=86?= =?UTF-8?q?=E8=81=8A=E5=A4=A9=E8=AE=B0=E5=BD=95=E4=BF=9D=E5=AD=98=E5=8A=9F?= =?UTF-8?q?=E8=83=BD=EF=BC=8C=E5=8F=AF=E4=BB=A5=E5=B0=86=E6=9C=AC=E5=9C=B0?= =?UTF-8?q?=E8=81=8A=E5=A4=A9=E8=AE=B0=E5=BD=95=E4=BF=9D=E5=AD=98=E5=9C=A8?= =?UTF-8?q?Core=E7=9A=84SQL=E4=B8=AD=20=E6=B3=A8=EF=BC=9A=E5=AF=86?= =?UTF-8?q?=E7=A0=81=E4=BF=9D=E5=AD=98=E5=9C=A8=E7=B3=BB=E7=BB=9F=E6=9C=AC?= =?UTF-8?q?=E5=9C=B0=E5=8F=98=E9=87=8F=E4=B8=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/java/top/c0r3/talk/client/Command.java | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/main/java/top/c0r3/talk/client/Command.java b/src/main/java/top/c0r3/talk/client/Command.java index 1634637..e12b6a4 100644 --- a/src/main/java/top/c0r3/talk/client/Command.java +++ b/src/main/java/top/c0r3/talk/client/Command.java @@ -19,6 +19,8 @@ public static void Process(String command) { System.out.println("/help: Show this message"); System.out.println("/clear: Clear the screen"); System.out.println("/connect: Connect to another person"); + System.out.println("/accept: Accept the connection"); + System.out.println("/record: Record the chat history"); } case "/clear" -> { System.out.print("\033[H\033[2J");