Better help message formatting.

This commit is contained in:
Jan Vidar Krey 2009-03-08 22:17:41 +01:00
parent d85b1bbc35
commit dd5986c05f
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ static int command_stats(struct user* user, const char* message)
static int command_help(struct user* user, const char* message)
{
struct adc_message* command;
char* buffer = adc_msg_escape(
char* buffer = adc_msg_escape("\n"
"*** Available commands:\n"
"!help - Show this help message\n"
"!stats - Show hub stats (super)\n"