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:
parent
c014bb34b3
commit
60e3f91cf6
1
TODO_045
1
TODO_045
@ -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
|
||||
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user