Validate usage of /room config command, added UI messages

This commit is contained in:
James Booth
2014-09-03 22:56:33 +01:00
parent 64521eb135
commit b50b786dcc
7 changed files with 87 additions and 16 deletions

View File

@@ -452,12 +452,14 @@ handle_room_nick_change(const char * const room,
void
handle_room_requires_config(const char * const room)
{
muc_set_requires_config(room, TRUE);
ui_room_requires_config(room);
}
void
handle_room_destroy(const char * const room)
{
muc_leave_room(room);
ui_room_destroyed(room);
}