pidgin/purple-plugin-pack

Parents 5fbacbd9beab
Children ed95a1aa20df
I missed a line when copying irchelper's hack. The autojoin list now works.
--- a/irc-more/irc-more.c Sun Mar 28 01:26:38 2010 -0400
+++ b/irc-more/irc-more.c Sun Mar 28 12:15:45 2010 -0400
@@ -116,6 +116,7 @@
* because it will fire a signal that other plugins can use. Instead do
* this hack. This will break when struct hiding is complete and ABI breaks. */
PurpleConversation *conv = g_new0(PurpleConversation, 1);
+ conv->type = PURPLE_CONV_TYPE_IM;
conv->account = account;
purple_debug_info("irc-more", "Executng command: %s\n", cmd);