plugins/perl/common/Conversation_Chat.xs

changeset 6615
a16914ede579
parent 6614
12817c60464d
child 6616
04fe2d1a1bc8
--- 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)

mercurial