From c03eebd93dfe60090918d9f0d0c03fc12a212c78 Mon Sep 17 00:00:00 2001 From: James Booth Date: Thu, 2 Jan 2014 01:33:24 +0000 Subject: [PATCH] Added full stop to /chlog help summary --- 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 fe19d2a3..8c8728bc 100644 --- a/src/command/command.c +++ b/src/command/command.c @@ -605,7 +605,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.",