From 7023516a8ecf282ef424661694fa4446a60db69c Mon Sep 17 00:00:00 2001 From: Michael Phillips Date: Fri, 5 Sep 2014 11:32:26 -0500 Subject: [PATCH] Changed summary for /help autoaway to reflect correct parameter 'time' --- src/command/command.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/command/command.c b/src/command/command.c index ecfbca3a..6d707afe 100644 --- a/src/command/command.c +++ b/src/command/command.c @@ -736,7 +736,7 @@ static struct cmd_t command_defs[] = { "/autoaway setting value", "Set auto idle/away properties.", { "/autoaway setting value", "-----------------------", - "'setting' may be one of 'mode', 'minutes', 'message' or 'check', with the following values:", + "'setting' may be one of 'mode', 'time', 'message' or 'check', with the following values:", "", "mode : idle - Sends idle time, whilst your status remains online.", " away - Sends an away presence.",