about summary refs log tree commit diff stats
path: root/src/command.c
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2013-01-20 02:26:54 +0000
committerJames Booth <boothj5@gmail.com>2013-01-20 02:26:54 +0000
commit17ed139d968a93838c0ee00e1b79373f7fdbffdb (patch)
tree3df04f10c0ee24efe1d59681ce5dde772cb1ce16 /src/command.c
parent8ff283d44dc38ae10be089412292b738afcdbeb2 (diff)
downloadprofani-tty-17ed139d968a93838c0ee00e1b79373f7fdbffdb.tar.gz
Changed /info command to show client
Diffstat (limited to 'src/command.c')
-rw-r--r--src/command.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/command.c b/src/command.c
index 4e79b00d..c755c72e 100644
--- a/src/command.c
+++ b/src/command.c
@@ -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);
             }