Show message when room requires config

This commit is contained in:
James Booth
2014-09-03 00:23:04 +01:00
parent 1a6dc76360
commit 57effcd504
7 changed files with 83 additions and 0 deletions

View File

@@ -449,6 +449,12 @@ handle_room_nick_change(const char * const room,
ui_room_nick_change(room, nick);
}
void
handle_room_requires_config(const char * const room)
{
ui_room_requires_config(room);
}
void
handle_room_roster_complete(const char * const room)
{