From 5e3eabb6772c2d16f43188876a907cc30b258959 Mon Sep 17 00:00:00 2001 From: Jan Vidar Krey Date: Thu, 19 Mar 2009 01:30:46 +0100 Subject: [PATCH] Fix help message typo Signed-off-by: Jan Vidar Krey --- src/commands.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/commands.c b/src/commands.c index 11a21b5..77868bf 100644 --- a/src/commands.c +++ b/src/commands.c @@ -61,7 +61,7 @@ static int command_help(struct user* user, const char* message) "*** Available commands:\n" "!help - Show this help message\n" "!stats - Show hub stats (super)\n" - "!version - Show this help message\n" + "!version - Show hub version info\n" "!uptime - Display hub uptime\n" "!kick - Kick user (operator)\n" "!reload - Reload configuration (admin)\n"