1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-11-03 19:37:16 -05:00

Removed console message when joining locked rooms

This commit is contained in:
James Booth 2014-10-23 23:56:31 +01:00
parent c014bb34b3
commit 60e3f91cf6
2 changed files with 0 additions and 3 deletions

View File

@ -1,5 +1,4 @@
Review room config/admin commands and output
/room destroy should show message to owner, and to participants
Update /prefs
Update inline help
Build with latest libstrophe

View File

@ -1841,8 +1841,6 @@ _ui_room_requires_config(const char * const room_jid)
} else {
status_bar_new(num);
}
cons_show("Room created, locked: %s (%d)", room_jid, ui_index);
}
}