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

@@ -179,5 +179,6 @@ typedef enum
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_open_chan_list (server *serv, char *filter, int do_refresh);
#endif