diff options
author | James Booth <boothj5@gmail.com> | 2014-01-02 01:39:43 +0000 |
---|---|---|
committer | James Booth <boothj5@gmail.com> | 2014-01-02 01:52:53 +0000 |
commit | 3a57a792e415e6bdf8b7465e29df052fb7b96e51 (patch) | |
tree | c58105e9aaf4e61021877160b6955dacbc0278fd | |
parent | 9823b2fae279d9d3f89f0dba1595bfa74c138902 (diff) | |
download | profani-tty-3a57a792e415e6bdf8b7465e29df052fb7b96e51.tar.gz |
Added full stop to /grlog help summary
Conflicts: src/command/command.c
-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 031babce..ac020a15 100644 --- a/src/command/command.c +++ b/src/command/command.c @@ -551,7 +551,7 @@ static struct cmd_t command_defs[] = { "/grlog", cmd_grlog, parse_args, 1, 1, &cons_grlog_setting, - { "/grlog on|off", "Chat logging of chat rooms to file", + { "/grlog on|off", "Chat logging of chat rooms to file.", { "/grlog on|off", "-------------", "Switch chat room logging on or off.", |