!stats did not work.

This commit is contained in:
Jan Vidar Krey 2009-06-18 01:46:17 +02:00
parent 5250fdaf57
commit 1d2d4e74f6
1 changed files with 1 additions and 1 deletions

View File

@ -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)