From 1d2d4e74f6158550a719faf67d04acd8ac9e2a5d Mon Sep 17 00:00:00 2001 From: Jan Vidar Krey Date: Thu, 18 Jun 2009 01:46:17 +0200 Subject: [PATCH] !stats did not work. --- src/commands.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/commands.c b/src/commands.c index 4eaf7e9..55ed8c4 100644 --- a/src/commands.c +++ b/src/commands.c @@ -77,7 +77,7 @@ static int command_stats(struct hub_info* hub, struct user* user, const char* me (int) hub->stats.net_tx_peak / 1024, (int) hub->stats.net_rx_peak / 1024); - return command_status(hub, user, "stats", message); + return command_status(hub, user, "stats", temp); } static int command_help(struct hub_info* hub, struct user* user, const char* message)