diff plugins/SIGNALS @ 103:c5a1a1b05c26

[gaim-migrate @ 113] Added a spell check plugin. Shows proof-of-concept, mostly. committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Mon, 10 Apr 2000 00:12:21 +0000
parents 9f6ce50ffb78
children 8c982b7f18d4
line wrap: on
line diff
--- 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: