From 0c07b7cf509a4e6a40f4debaec36f510c59552bf Mon Sep 17 00:00:00 2001 From: Michael Vetter Date: Tue, 19 Feb 2019 23:01:53 +0100 Subject: [PATCH] Fix autoaway typo --- 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 5246db56..4447020b 100644 --- a/src/command/cmd_defs.c +++ b/src/command/cmd_defs.c @@ -1935,7 +1935,7 @@ static struct cmd_t command_defs[] = "/autoaway message away|xa |off", "/autoaway check on|off") CMD_DESC( - "Manage autoway settings for idle time.") + "Manage autoaway settings for idle time.") CMD_ARGS( { "mode idle", "Sends idle time, status remains online." }, { "mode away", "Sends away and xa presence as well as idle time." },