pidgin/purple-plugin-pack

Parents e81f4c8b545f
Children 65395437e244
Sadrul points out that I'm an idiot and can't read patches.
--- a/autoreply/autoreply.c Fri Jul 03 11:54:54 2009 -0400
+++ b/autoreply/autoreply.c Fri Jul 03 12:22:46 2009 -0400
@@ -194,7 +194,6 @@
prefix = NULL; /* The prpl knows about auto-response. So ignore the prefix string. */
}
send = g_strdup_printf("%s%s", prefix ? prefix : "", reply);
- serv_send_im(gc, who, send, flag);
purple_conv_im_send_with_flags(PURPLE_CONV_IM(conv), send, flag);
g_free(send);
}