about summary refs log tree commit diff stats
path: root/src/command/commands.c
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2014-10-24 00:00:37 +0100
committerJames Booth <boothj5@gmail.com>2014-10-24 00:00:37 +0100
commit0b61c759697af1593af13daa461dcec35617686b (patch)
tree256937e01e394b465e54499580db0f6f91d688ee /src/command/commands.c
parentfa834d003cb1c6fc45a61dd0d601e8824e17f364 (diff)
downloadprofani-tty-0b61c759697af1593af13daa461dcec35617686b.tar.gz
Removed room unlocked console message
Diffstat (limited to 'src/command/commands.c')
-rw-r--r--src/command/commands.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/command/commands.c b/src/command/commands.c
index 670bc1a5..d7ee7854 100644
--- a/src/command/commands.c
+++ b/src/command/commands.c
@@ -2377,7 +2377,6 @@ cmd_room(gchar **args, struct cmd_help_t help)
             iq_confirm_instant_room(room);
             muc_set_requires_config(room, FALSE);
             win_save_print(window, '!', NULL, 0, COLOUR_ROOMINFO, "", "Room unlocked.");
-            cons_show("Room unlocked: %s (%d)", room, ui_index);
             return TRUE;
         }
     }