| 174 PURPLE_TYPE_CONVERSATION, |
174 PURPLE_TYPE_CONVERSATION, |
| 175 "account", account, |
175 "account", account, |
| 176 "type", PURPLE_CONVERSATION_TYPE_CHANNEL, |
176 "type", PURPLE_CONVERSATION_TYPE_CHANNEL, |
| 177 "id", name, |
177 "id", name, |
| 178 "name", name, |
178 "name", name, |
| |
179 "online", TRUE, |
| 179 NULL); |
180 NULL); |
| 180 purple_conversation_manager_add(manager, conversation); |
181 purple_conversation_manager_add(manager, conversation); |
| 181 g_clear_object(&conversation); |
182 g_clear_object(&conversation); |
| 182 |
183 |
| 183 client = purple_ircv3_connection_get_client(v3_connection); |
184 client = purple_ircv3_connection_get_client(v3_connection); |