summary refs log tree commit diff stats
path: root/plugins
ModeNameSize
-rw-r--r--Make.plugin1272log stats plain blame
-rw-r--r--Makefile.am322log stats plain blame
d---------checksum213log stats plain
d---------doat197log stats plain
d---------exec158log stats plain
d---------fishlim642log stats plain
d---------mpcinfo318log stats plain
d---------perl270log stats plain
-rw-r--r--plugin-conf.in405log stats plain blame
d---------python301log stats plain
d---------sysinfo717log stats plain
d---------upd154log stats plain
d---------winamp166log stats plain
lass="p">; time_t lastseen; time_t lastoff; unsigned 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, char *networks); int notify_deluser (char *name); void notify_cleanup (void); void notify_load (void); void notify_save (void); void notify_showlist (session *sess); gboolean notify_is_in_list (server *serv, char *name); int notify_isnotify (session *sess, char *name); struct notify_per_server *notify_find_server_entry (struct notify *notify, struct server *serv); /* the old ISON stuff - remove me? */ void notify_markonline (server *serv, char *word[]); int notify_checklist (void); #endif