diff plugins/SIGNALS @ 3554:cf00549c53d7

[gaim-migrate @ 3644] A long annoying patch by one Robert McQueen. committer: Tailor Script <tailor@pidgin.im>
author Sean Egan <seanegan@gmail.com>
date Thu, 26 Sep 2002 15:23:33 +0000
parents 6b0cb60162f4
children b791019b2492
line wrap: on
line diff
--- a/plugins/SIGNALS	Thu Sep 26 14:26:11 2002 +0000
+++ b/plugins/SIGNALS	Thu Sep 26 15:23:33 2002 +0000
@@ -346,14 +346,14 @@
 
 	'c'	is he conversation being closed.
 	
-event_connecting
+event_connecting:
 	struct aim_user *u
 
 	This is called when Gaim attempts to bring a user on-line. The
-	boolean u->connecting is set to true, and a global counter
+	boolean u->connecting is set to true, and connecting_count
 	incremented. The attempt can end with event_signon or event_signoff
 	being called, depending upon whether the attempt was a sucess or
 	a failure. In both cases, u->connecting is set to false and the
 	counter decremented.
 	
-	'u'	is the account being connected
+	'u'	is the account being connected.