1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-09-29 19:56:07 -04:00

Formatted /room info output

This commit is contained in:
James Booth 2014-10-02 23:52:17 +01:00
parent 25b04537e1
commit 7090f04a92
2 changed files with 8 additions and 7 deletions

View File

@ -1,4 +1,4 @@
Get disco info information using /room info
Include self in role/affiliation lists
Handle status codes
Changing subject
Moderator use cases

View File

@ -1428,6 +1428,7 @@ _ui_show_room_disco_info(const char * const room, GSList *identities, GSList *fe
win_save_vprint(window, '!', NULL, 0, 0, "", " %s", features->data);
features = g_slist_next(features);
}
win_save_print(window, '-', NULL, 0, 0, "", "");
}
}
}