pidgin/purple-plugin-pack

Patch from Sadrul.
org.guifications.plugins
2009-07-03, John Bailey
6844cae26d5c
Parents a2d12e353ca3
Children 8c6a8f3d1f18
Patch from Sadrul.

(11:43:58) John: so what do you want in the commit message?
(11:44:35) Sadrul: "Fix autoreply to buddies with aliases." should do
--- a/autoreply/autoreply.c Sun Apr 19 20:08:09 2009 -0400
+++ b/autoreply/autoreply.c Fri Jul 03 11:45:13 2009 -0400
@@ -195,7 +195,7 @@
}
send = g_strdup_printf("%s%s", prefix ? prefix : "", reply);
serv_send_im(gc, who, send, flag);
- purple_conv_im_write(PURPLE_CONV_IM(conv), NULL, send, flag, time(NULL));
+ purple_conv_im_send_with_flags(PURPLE_CONV_IM(conv), NULL, send, flag);
g_free(send);
}
}