mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-19 02:16:21 +00:00
Refactored bookmarks to use option parser, allow bookmarking rooms with passwords
This commit is contained in:
@@ -663,6 +663,9 @@ _cons_show_bookmarks(const GList *list)
|
||||
if (item->autojoin) {
|
||||
wprintw(console->win, " (autojoin)");
|
||||
}
|
||||
if (item->password != NULL) {
|
||||
wprintw(console->win, " (private)");
|
||||
}
|
||||
wprintw(console->win, "\n");
|
||||
list = g_list_next(list);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user