Changed /info command to show client

This commit is contained in:
James Booth
2013-01-20 02:26:54 +00:00
parent 8ff283d44d
commit 17ed139d96
6 changed files with 135 additions and 16 deletions

View File

@@ -1691,7 +1691,7 @@ _cmd_info(gchar **args, struct cmd_help_t help)
}
} else {
if (usr != NULL) {
cons_show_status(usr);
cons_show_info(usr);
} else {
cons_show("Usage: %s", help.usage);
}