--- a/libpurple/protocols/irc/msgs.c Fri Oct 19 16:53:22 2007 +0000 +++ b/libpurple/protocols/irc/msgs.c Fri Oct 19 16:54:41 2007 +0000 @@ -751,7 +751,10 @@ } purple_conversation_set_data(convo, IRC_NAMES_FLAG, GINT_TO_POINTER(FALSE)); - purple_conversation_present(convo); + /* Until purple_conversation_present does something that + * one would expect in Pidgin, this call produces buggy + * behavior both for the /join and auto-join cases. */ + /* purple_conversation_present(convo); */ return; }