finch/gntpounce.c

branch
gtkdoc-conversion
changeset 35499
c4c5e0a670b1
parent 35454
cf2a24d01503
child 35877
6c3ab2fd4412
child 37101
8ba9a23354ff
equal deleted inserted replaced
35498:0858f6d91e32 35499:c4c5e0a670b1
874 im = purple_im_conversation_new(account, pouncee); 874 im = purple_im_conversation_new(account, pouncee);
875 875
876 purple_conversation_write(PURPLE_CONVERSATION(im), NULL, message, 876 purple_conversation_write(PURPLE_CONVERSATION(im), NULL, message,
877 PURPLE_MESSAGE_SEND, time(NULL)); 877 PURPLE_MESSAGE_SEND, time(NULL));
878 878
879 serv_send_im(purple_account_get_connection(account), (char *)pouncee, (char *)message, 0); 879 purple_serv_send_im(purple_account_get_connection(account), (char *)pouncee, (char *)message, 0);
880 } 880 }
881 } 881 }
882 882
883 if (purple_pounce_action_is_enabled(pounce, "execute-command")) 883 if (purple_pounce_action_is_enabled(pounce, "execute-command"))
884 { 884 {

mercurial