mirror of
https://github.com/ZoiteChat/zoitechat.git
synced 2026-03-13 01:00:19 +00:00
Open channel list window on /list
This commit is contained in:
@@ -1091,3 +1091,9 @@ fe_get_file (const char *title, char *initial,
|
||||
/* CANCEL: Call callback once with file=NULL. */
|
||||
gtkutil_file_req (title, callback, userdata, initial, NULL, flags | FRF_FILTERISINITIAL);
|
||||
}
|
||||
|
||||
void
|
||||
fe_open_chan_list (server *serv, char *filter, int do_refresh)
|
||||
{
|
||||
chanlist_opengui (serv, do_refresh);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user