From ed4253d4138a076cddd5e77f1ed2a6494148355e Mon Sep 17 00:00:00 2001 From: Licaon_Kter Date: Wed, 22 Jul 2020 09:26:36 +0000 Subject: [PATCH] Fix missed text in #1224 --- src/command/cmd_defs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/command/cmd_defs.c b/src/command/cmd_defs.c index 558b02bd..04f67968 100644 --- a/src/command/cmd_defs.c +++ b/src/command/cmd_defs.c @@ -1836,7 +1836,7 @@ static struct cmd_t command_defs[] = { CMD_SYN( "/history on|off") CMD_DESC( - "Switch chat history on or off, /chlog will automatically be enabled when this setting is on. " + "Switch chat history on or off, /logging chat will automatically be enabled when this setting is on. " "When history is enabled, previous messages are shown in chat windows.") CMD_ARGS( { "on|off", "Enable or disable showing chat history." })