notify.h
来自「The major functionality added in this re」· C头文件 代码 · 共 36 行
H
36 行
struct notify{ char *name; GSList *server_list;};struct notify_per_server{ struct server *server; time_t laston; time_t lastseen; time_t lastoff; int ison:1;};extern GSList *notify_list;extern int notify_tag;/* the WATCH stuff */void notify_set_online (server * serv, char *nick);void notify_set_offline (server * serv, char *nick, int quiet);void notify_send_watches (server * serv);/* the general stuff */void notify_adduser (char *name);int notify_deluser (char *name);void notify_cleanup (void);void notify_load (void);void notify_save (void);void notify_showlist (session *sess);int notify_isnotify (session *sess, char *name);/* the old ISON stuff - remove me? */void notify_markonline (server *serv, char *word[]);int notify_checklist (void);
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?