Show message when room requires config
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user