--- a/finch/gntpounce.c Mon Feb 10 00:16:53 2014 +0530 +++ b/finch/gntpounce.c Mon Feb 10 01:09:47 2014 +0530 @@ -876,7 +876,7 @@ purple_conversation_write(PURPLE_CONVERSATION(im), NULL, message, PURPLE_MESSAGE_SEND, time(NULL)); - serv_send_im(purple_account_get_connection(account), (char *)pouncee, (char *)message, 0); + purple_serv_send_im(purple_account_get_connection(account), (char *)pouncee, (char *)message, 0); } }