diff options
author | James Booth <boothj5@gmail.com> | 2014-09-05 20:36:59 +0100 |
---|---|---|
committer | James Booth <boothj5@gmail.com> | 2014-09-05 20:36:59 +0100 |
commit | fa28741b7433af9c70671af4ba4328129c5eb89a (patch) | |
tree | 8ad97dbb82b9f6382b601b3586eb9f4e31b752f2 /src | |
parent | 9728d1a727917aa40b27e2f76c02d5d11759f387 (diff) | |
parent | 1fd7de8f5e0aba5648e9cee26d51b3c1ffbaf28c (diff) | |
download | profani-tty-fa28741b7433af9c70671af4ba4328129c5eb89a.tar.gz |
Merge branch 'master' into roomconfig
Diffstat (limited to 'src')
-rw-r--r-- | src/command/command.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/command/command.c b/src/command/command.c index 73902ad3..f6080468 100644 --- a/src/command/command.c +++ b/src/command/command.c @@ -739,7 +739,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.", |