changeset 6615:a3602428ff53

[gaim-migrate @ 7139] Grr. committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Sun, 24 Aug 2003 20:36:41 +0000
parents c1a36e7b198e
children 6298f82970a9
files plugins/perl/common/Conversation_Chat.xs
diffstat 1 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/plugins/perl/common/Conversation_Chat.xs	Sun Aug 24 20:28:34 2003 +0000
+++ b/plugins/perl/common/Conversation_Chat.xs	Sun Aug 24 20:36:41 2003 +0000
@@ -75,11 +75,13 @@
 	Gaim::Conversation::Chat chat
 
 void
-gaim_chat_write(chat, who, message, flags)
+write(chat, who, message, flags)
 	Gaim::Conversation::Chat chat
 	const char *who
 	const char *message
 	int flags
+CODE:
+	gaim_chat_write(chat, who, message, flag, time(NULL);
 
 void
 gaim_chat_send(chat, message)