plugins/perl/common/Conversation_Chat.xs

changeset 6616
04fe2d1a1bc8
parent 6615
a16914ede579
child 6617
ff98718d6def
equal deleted inserted replaced
6615:a16914ede579 6616:04fe2d1a1bc8
79 Gaim::Conversation::Chat chat 79 Gaim::Conversation::Chat chat
80 const char *who 80 const char *who
81 const char *message 81 const char *message
82 int flags 82 int flags
83 CODE: 83 CODE:
84 gaim_chat_write(chat, who, message, flag, time(NULL); 84 gaim_chat_write(chat, who, message, flags, time(NULL);
85 85
86 void 86 void
87 gaim_chat_send(chat, message) 87 gaim_chat_send(chat, message)
88 Gaim::Conversation::Chat chat 88 Gaim::Conversation::Chat chat
89 const char *message 89 const char *message

mercurial