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

@@ -908,3 +908,8 @@ void fe_tray_set_icon (feicon icon){}
void fe_tray_set_tooltip (const char *text){}
void fe_tray_set_balloon (const char *title, const char *text){}
void fe_userlist_update (session *sess, struct User *user){}
void
fe_open_chan_list (server *serv, char *filter, int do_refresh)
{
serv->p_list_channels (serv, filter, 1);
}