1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-09-29 19:56:07 -04:00

Removed room unlocked console message

This commit is contained in:
James Booth 2014-10-24 00:00:37 +01:00
parent fa834d003c
commit 0b61c75969

View File

@ -2377,7 +2377,6 @@ cmd_room(gchar **args, struct cmd_help_t help)
iq_confirm_instant_room(room); iq_confirm_instant_room(room);
muc_set_requires_config(room, FALSE); muc_set_requires_config(room, FALSE);
win_save_print(window, '!', NULL, 0, COLOUR_ROOMINFO, "", "Room unlocked."); win_save_print(window, '!', NULL, 0, COLOUR_ROOMINFO, "", "Room unlocked.");
cons_show("Room unlocked: %s (%d)", room, ui_index);
return TRUE; return TRUE;
} }
} }