Implemented /occupants show

This commit is contained in:
James Booth
2014-10-09 21:42:09 +01:00
parent 73262221f5
commit cbe14d6e4e
6 changed files with 43 additions and 4 deletions

View File

@@ -2788,7 +2788,8 @@ _ui_room_show_occupants(const char * const room)
{
ProfWin *window = wins_get_by_recipient(room);
if (window && !window->subwin) {
cons_debug("Showing occupants");
wins_show_subwin(window);
ui_muc_roster(room);
}
}