mirror of
https://github.com/profanity-im/profanity.git
synced 2024-12-04 14:46:46 -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
|
Review room config/admin commands and output
|
||||||
/room destroy should show message to owner, and to participants
|
|
||||||
Update /prefs
|
Update /prefs
|
||||||
Update inline help
|
Update inline help
|
||||||
Build with latest libstrophe
|
Build with latest libstrophe
|
||||||
|
@ -1841,8 +1841,6 @@ _ui_room_requires_config(const char * const room_jid)
|
|||||||
} else {
|
} else {
|
||||||
status_bar_new(num);
|
status_bar_new(num);
|
||||||
}
|
}
|
||||||
|
|
||||||
cons_show("Room created, locked: %s (%d)", room_jid, ui_index);
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user