about summary refs log tree commit diff stats
path: root/src/command
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2014-10-02 23:37:10 +0100
committerJames Booth <boothj5@gmail.com>2014-10-02 23:37:10 +0100
commit25b04537e1e4b53b54c602cc7c5081290f84c49a (patch)
tree2e93afc9136d922cd5862891e02227e74959a37a /src/command
parent2ce1a9186b0c782c548706dde4bd9ec07e84c306 (diff)
downloadprofani-tty-25b04537e1e4b53b54c602cc7c5081290f84c49a.tar.gz
Added service discovery to /room info command
Diffstat (limited to 'src/command')
-rw-r--r--src/command/commands.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/command/commands.c b/src/command/commands.c
index 3c120a6a..f9d5c343 100644
--- a/src/command/commands.c
+++ b/src/command/commands.c
@@ -2081,6 +2081,7 @@ cmd_room(gchar **args, struct cmd_help_t help)
     }
 
     if (g_strcmp0(args[0], "info") == 0) {
+        iq_room_info_request(room);
         ui_show_room_info(window, room);
         return TRUE;
     }