plugins/SIGNALS

changeset 103
b1da69279129
parent 94
0c6ba3d3fa90
child 116
4df00c12350f
--- a/plugins/SIGNALS	Sun Apr 09 23:06:23 2000 +0000
+++ b/plugins/SIGNALS	Mon Apr 10 00:12:21 2000 +0000
@@ -55,13 +55,13 @@
 	check that they are not NULL, and try not to leave them as NULL.
 
 event_im_send:
-	char **who, char **text
+	char *who, char **text
 
 	'who' is the username of the person you're sending the message to.
 	'text' is the actual strict text (with HTML tags and all) of the
 		message you're sending.
 
-	Note that you can modify these values. (You are _not_ encouraged to
+	Note that you can modify outgoing text. (You are _not_ encouraged to
 		do so ;-) .)
 
 event_buddy_signon:

mercurial