# HG changeset patch # User Christian Hammond # Date 1061757401 0 # Node ID a3602428ff53dae66702951a310eccea5ba57542 # Parent c1a36e7b198edd9a955f38af2caaa284aa82104b [gaim-migrate @ 7139] Grr. committer: Tailor Script diff -r c1a36e7b198e -r a3602428ff53 plugins/perl/common/Conversation_Chat.xs --- 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)