From: Eric W. <war...@us...> - 2001-09-26 00:53:52
|
Update of /cvsroot/gaim/gaim/plugins In directory usw-pr-cvs1:/tmp/cvs-serv29846/plugins Modified Files: SIGNALS Log Message: hi usa Index: SIGNALS =================================================================== RCS file: /cvsroot/gaim/gaim/plugins/SIGNALS,v retrieving revision 1.25 retrieving revision 1.26 diff -u -d -r1.25 -r1.26 --- SIGNALS 2001/09/22 09:14:27 1.25 +++ SIGNALS 2001/09/26 00:53:49 1.26 @@ -303,7 +303,7 @@ 'flags' is flags on the message. event_chat_send_invite: - struct gaim_connection *gc, int id, char *who, char *msg + struct gaim_connection *gc, int id, char *who, char **msg This is called just before you're about to invite someone. It's useful for if you want to pass someone a key so that they can @@ -312,4 +312,5 @@ 'gc' is the connection the invite is sent on. 'id' is the id of the room you're inviting them to. 'who' is who you're inviting. - 'msg' is the message they'll receive when they're invited. + 'msg' is the message they'll receive when they're invited. It may be + NULL. Setting this to NULL won't stop the invitation from going thru. |