# HG changeset patch # User Stu Tomlinson # Date 1181412107 0 # Node ID 6b11b1398c2b4fc31bf9cebbf1af07a0f667419a # Parent b142c090eaf721fd397e6fdb4fa8e853268c5395 Don't automatically add channels to the buddy list when you join them. I might revert this if I don't get around to making Conversation->More work for Chats not on the buddy list. diff -r b142c090eaf7 -r 6b11b1398c2b libpurple/protocols/silc/chat.c --- a/libpurple/protocols/silc/chat.c Sat Jun 09 17:58:26 2007 +0000 +++ b/libpurple/protocols/silc/chat.c Sat Jun 09 18:01:47 2007 +0000 @@ -1069,6 +1069,7 @@ return; } +#if 0 /* If the channel is not on buddy list, automatically add it there. */ chat = purple_blist_find_chat(sg->account, channel); if (!chat) { @@ -1082,6 +1083,7 @@ chat = purple_chat_new(sg->account, NULL, data); purple_blist_add_chat(chat, NULL, NULL); } +#endif /* XXX We should have other properties here as well: 1. whether to try to authenticate to the channel