1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-11-03 19:37:16 -05:00

Fix autoaway typo

This commit is contained in:
Michael Vetter 2019-02-19 23:01:53 +01:00
parent 7ca97e467e
commit 0c07b7cf50

View File

@ -1935,7 +1935,7 @@ static struct cmd_t command_defs[] =
"/autoaway message away|xa <message>|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." },