Open channel list window on /list

This commit is contained in:
Farow
2013-10-13 22:39:17 +03:00
committed by TingPing
parent 6d3c176ff8
commit bb5d589c79
4 changed files with 13 additions and 1 deletions

View File

@@ -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);
}