diff options
author | James Booth <boothj5@gmail.com> | 2014-10-24 00:00:37 +0100 |
---|---|---|
committer | James Booth <boothj5@gmail.com> | 2014-10-24 00:00:37 +0100 |
commit | 0b61c759697af1593af13daa461dcec35617686b (patch) | |
tree | 256937e01e394b465e54499580db0f6f91d688ee /src/command | |
parent | fa834d003cb1c6fc45a61dd0d601e8824e17f364 (diff) | |
download | profani-tty-0b61c759697af1593af13daa461dcec35617686b.tar.gz |
Removed room unlocked console message
Diffstat (limited to 'src/command')
-rw-r--r-- | src/command/commands.c | 1 |
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; } } |