From 97e88b60878133bea4b2c3920e5176da97483c12 Mon Sep 17 00:00:00 2001 From: Maxime Coste Date: Mon, 19 Oct 2020 20:29:58 +1100 Subject: [PATCH] Remove the rename-client's nc alias Closes #3789 --- doc/pages/commands.asciidoc | 1 - src/commands.cc | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/doc/pages/commands.asciidoc b/doc/pages/commands.asciidoc index ef585b2c..be6738a9 100644 --- a/doc/pages/commands.asciidoc +++ b/doc/pages/commands.asciidoc @@ -123,7 +123,6 @@ of the file onto the filesystem == Clients and Sessions *rename-client* :: - *alias* nc + set current client name *rename-session* :: diff --git a/src/commands.cc b/src/commands.cc index 7ca5a8ab..745a8201 100644 --- a/src/commands.cc +++ b/src/commands.cc @@ -2385,7 +2385,7 @@ const CommandDesc unset_face_cmd = { const CommandDesc rename_client_cmd = { "rename-client", - "nc", + nullptr, "rename-client : set current client name to ", single_param, CommandFlags::None,