mirror of
https://github.com/ZoiteChat/zoitechat.git
synced 2026-03-10 07:50:19 +00:00
Open channel list window on /list
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user