Merge pull request #1410 from licaon-kter/patch-1

Fix missed text in #1224
This commit is contained in:
Michael Vetter
2020-07-22 11:41:05 +02:00
committed by GitHub

View File

@@ -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." })