From dd5986c05f6a0e33b68f87fa49c9de965d322f65 Mon Sep 17 00:00:00 2001 From: Jan Vidar Krey Date: Sun, 8 Mar 2009 22:17:41 +0100 Subject: [PATCH] Better help message formatting. --- src/commands.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/commands.c b/src/commands.c index ca5bb6f..2329139 100644 --- a/src/commands.c +++ b/src/commands.c @@ -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"