diff options
Diffstat (limited to 'src/command')
-rw-r--r-- | src/command/commands.c | 1 |
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; } |