From 25b04537e1e4b53b54c602cc7c5081290f84c49a Mon Sep 17 00:00:00 2001 From: James Booth Date: Thu, 2 Oct 2014 23:37:10 +0100 Subject: Added service discovery to /room info command --- src/command/commands.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/command') 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; } -- cgit 1.4.1-2-gfad0