diff options
author | James Booth <boothj5@gmail.com> | 2014-01-02 01:33:24 +0000 |
---|---|---|
committer | James Booth <boothj5@gmail.com> | 2014-01-02 01:51:21 +0000 |
commit | 8d4bec2d37a52ca8b3ae39e5f7b36a9ef5e289df (patch) | |
tree | 22e8b61182800e9b0efa85cc236c8407e319dfdf /src | |
parent | d3fff13255863901a1af0860857e2a8276f7e324 (diff) | |
download | profani-tty-8d4bec2d37a52ca8b3ae39e5f7b36a9ef5e289df.tar.gz |
Added full stop to /chlog help summary
Conflicts: src/command/command.c
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 ad4235b8..031babce 100644 --- a/src/command/command.c +++ b/src/command/command.c @@ -540,7 +540,7 @@ static struct cmd_t command_defs[] = { "/chlog", cmd_chlog, parse_args, 1, 1, &cons_chlog_setting, - { "/chlog on|off", "Chat logging to file", + { "/chlog on|off", "Chat logging to file.", { "/chlog on|off", "-------------", "Switch chat logging on or off.", |