diff plugins/SIGNALS @ 116:8c982b7f18d4

[gaim-migrate @ 126] Hmm committer: Tailor Script <tailor@pidgin.im>
author Rob Flynn <gaim@robflynn.com>
date Fri, 14 Apr 2000 08:36:36 +0000
parents c5a1a1b05c26
children 395a8593918f
line wrap: on
line diff
--- a/plugins/SIGNALS	Fri Apr 14 08:30:39 2000 +0000
+++ b/plugins/SIGNALS	Fri Apr 14 08:36:36 2000 +0000
@@ -5,6 +5,7 @@
 	event_im_send,
 	event_buddy_signon,
 	event_buddy_signoff,
+	event_blist_update
 };
 
 To add a signal handler, call the fuction gaim_signal_connect with the
@@ -73,3 +74,9 @@
 	char *who
 
 	'who' is who signed off.
+
+event_blist_update:
+	(none)
+	
+	This event is called when the buddylist is updated (automatically every 20 seconds)
+